From 4e55efc09d46ef11f99de7347b325840fa5f0c93 Mon Sep 17 00:00:00 2001 From: Elasticsearch addict Date: Thu, 17 Feb 2022 17:14:12 +0530 Subject: [PATCH] Update Lucene analysis base url (#84094) Moving to Lucene 9 slightly changed the base url for the analysis components which this PR fixes. --- docs/reference/analysis.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/analysis.asciidoc b/docs/reference/analysis.asciidoc index 3db1a89bbe84..72ab42d22b91 100644 --- a/docs/reference/analysis.asciidoc +++ b/docs/reference/analysis.asciidoc @@ -1,7 +1,7 @@ [[analysis]] = Text analysis -:lucene-analysis-docs: https://lucene.apache.org/core/{lucene_version_path}/analyzers-common/org/apache/lucene/analysis +:lucene-analysis-docs: https://lucene.apache.org/core/{lucene_version_path}/analysis/common/org/apache/lucene/analysis :lucene-gh-main-link: https://github.com/apache/lucene/blob/main/lucene :lucene-stop-word-link: {lucene-gh-main-link}/analysis/common/src/resources/org/apache/lucene/analysis