-
Notifications
You must be signed in to change notification settings - Fork 25.8k
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
Description
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/analysis but ES since its 8.0 version is using Lucene 9.X, where analysis path is https://lucene.apache.org/core/9_0_0/analysis/common/org/apache/lucene/analysis/, notice that analyzers-common is replaces with analysis/common in the URL.
@cbuescher Let me know if I could work on this issue.
Steps to Reproduce
- Go to Edge-n-gram token-filter and open the Lucene link for the token filter.
Logs (if relevant)
No response
Reactions are currently unavailable
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.