mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Update Lucene analysis base url (#84094)
Moving to Lucene 9 slightly changed the base url for the analysis components which this PR fixes.
This commit is contained in:
parent
3d2617136c
commit
4e55efc09d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[[analysis]]
|
[[analysis]]
|
||||||
= Text 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-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
|
:lucene-stop-word-link: {lucene-gh-main-link}/analysis/common/src/resources/org/apache/lucene/analysis
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue