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

Let WordDelimiterGraphFilterFactory propagate ignoreKeywords flag #12525

Merged
merged 4 commits into from Nov 28, 2023

Conversation

thomasdc
Copy link
Contributor

WordDelimiterGraphFilter already contains support for the IGNORE_KEYWORDS flag. This commits enables propagating that flag from the WordDelimiterGraphFilterFactory.

Fixes #12522.

Copy link
Contributor

@stefanvodita stefanvodita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change makes sense to me. Thank you for your contribution and apologies it took so long to review.

Copy link
Member

@mikemccand mikemccand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @thomasdc and @stefanvodita -- this trivial change makes sense, exposing a missing option to the factory for WordDelimiterGraphFilter. I wish we had some automated / static way to confirm that the analysis factories all expose the options accepted by the underlying classes, but that can come later.

I'll merge and backport -- this is very low risk for 9.9.

@mikemccand mikemccand merged commit 502f15a into apache:main Nov 28, 2023
5 checks passed
mikemccand pushed a commit that referenced this pull request Nov 28, 2023
…2525)

* Let WordDelimiterGraphFilterFactory propagate ignoreKeywords flag

fixes #12522

* Document changes

* Align with default in code
@mikemccand mikemccand added this to the 9.9.0 milestone Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for ignoreKeywords in WordDelimiterGraphFilterFactory
3 participants