Skip to content

Lucene analysis link is broken from version 8 #83948

@amitmbm

Description

@amitmbm

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

  1. Go to Edge-n-gram token-filter and open the Lucene link for the token filter.

Logs (if relevant)

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions