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

BREAKING: Lucene.Net.Analysis.Cjk.CJKBigramFilter: Changed the value of CJKScript.ALL #703

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

NightOwl888
Copy link
Contributor

Fixes #657.

Changed the value of ALL to set all flags. The value was 0xff instead of 0xffff, which wasn't valid.

Reviewed all other [Flags] enums to ensure they are valid. Closes #658.

…L to set all flags (was 0xff instead of 0xffff). Fixes apache#657.
@NightOwl888 NightOwl888 merged commit 44c5336 into apache:master Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant