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

Fix AnalysisPatternTokenizer definition (#1828) #1967

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

dolivier83
Copy link
Contributor

Closes #1828 by changing flag, group and pattern as optional properties of AnalysisPatternTokenizer type.

Copy link
Member

@JoshMock JoshMock left a comment

Choose a reason for hiding this comment

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

I had to check the source verify that all three values can indeed be null. Good catch!

I've also opened elastic/elasticsearch-specification#2232 to ensure this change gets applied to all our clients.

Thanks for the contribution!

@JoshMock
Copy link
Member

JoshMock commented Aug 9, 2023

jenkins test this

@JoshMock JoshMock merged commit 7320868 into elastic:main Aug 9, 2023
15 checks passed
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.

flags and group in AnalysisPatternTokenizer should be marked as optional.
3 participants