You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2022/10/19 02:22:49 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request, #703: BREAKING: Lucene.Net.Analysis.Cjk.CJKBigramFilter: Changed the value of CJKScript.ALL

NightOwl888 opened a new pull request, #703:
URL: https://github.com/apache/lucenenet/pull/703

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [lucenenet] NightOwl888 merged pull request #703: BREAKING: Lucene.Net.Analysis.Cjk.CJKBigramFilter: Changed the value of CJKScript.ALL

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged PR #703:
URL: https://github.com/apache/lucenenet/pull/703


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org