-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Lucene analysis link is broken from version 8 #83948
Copy link
Copy link
Closed
Labels
:Search Relevance/AnalysisHow text is split into tokensHow text is split into tokens>bug>docsGeneral docs changesGeneral docs changesTeam:DocsMeta label for docs teamMeta label for docs teamTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchv8.0.0v8.1.1v8.2.0
Metadata
Metadata
Assignees
Labels
:Search Relevance/AnalysisHow text is split into tokensHow text is split into tokens>bug>docsGeneral docs changesGeneral docs changesTeam:DocsMeta label for docs teamMeta label for docs teamTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchv8.0.0v8.1.1v8.2.0
Type
Fields
Give feedbackNo fields configured for issues without a type.
Elasticsearch Version
8.0
Installed Plugins
none
Java Version
bundled
OS Version
macos
Problem Description
Refer to all the latest analysis pieces like edge-n-gram token filter which mention the underlying Lucene token filter it is using, as shown in attached screen-shot, when you click on the link, it's broken since es version 8.0, before that ES was using lucene 8.X and there path was like
https://lucene.apache.org/core/8_11_1/analyzers-common/org/apache/lucene/analysisbut ES since its 8.0 version is using Lucene 9.X, where analysis path ishttps://lucene.apache.org/core/9_0_0/analysis/common/org/apache/lucene/analysis/, notice thatanalyzers-commonis replaces withanalysis/commonin the URL.@cbuescher Let me know if I could work on this issue.
Steps to Reproduce
Logs (if relevant)
No response