Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Update link in OpenSearch docs to newer Lucene docs #5389

Closed
3 tasks
evankielley opened this issue Oct 24, 2023 · 1 comment
Closed
3 tasks

[DOC] Update link in OpenSearch docs to newer Lucene docs #5389

evankielley opened this issue Oct 24, 2023 · 1 comment
Assignees
Labels
3 - Done Issue is done/complete good first issue Good for newcomers

Comments

@evankielley
Copy link

What do you want to do?

  • [ x ] Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Tell us about your request. Provide a summary of the request and all versions that are affected.

Update the link on the OpenSearch docs for HyphenationCompoundWordTokenFilter (https://opensearch.org/docs/latest/analyzers/token-filters/index/#:~:text=HyphenationCompoundWordTokenFilter) to point at new v9.8.0 Lucene docs.

What the OpenSearch docs have now: https://lucene.apache.org/core/8_7_0/analyzers-common/org/apache/lucene/analysis/compound/HyphenationCompoundWordTokenFilter.html

What the OpenSearch docs should have after this change: https://lucene.apache.org/core/9_8_0/analysis/common/org/apache/lucene/analysis/compound/HyphenationCompoundWordTokenFilter.html

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

OpenSearch PR #10765 introduced two new arguments to the HyphenationCompoundWordTokenFilter constructor in order to catch up with the arguments being added to Lucene in this PR: apache/lucene#12437

@Naarcha-AWS Naarcha-AWS added 1 - Backlog Issue: The issue is unassigned or assigned but not started good first issue Good for newcomers and removed untriaged labels Oct 26, 2023
@BigSamu
Copy link
Contributor

BigSamu commented Oct 27, 2023

@Naarcha-AWS I want to work on this one!

@Naarcha-AWS Naarcha-AWS added 3 - Done Issue is done/complete and removed 1 - Backlog Issue: The issue is unassigned or assigned but not started labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Done Issue is done/complete good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants