You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/07/01 19:40:29 UTC

[GitHub] [lucene] magibney opened a new pull request #199: LUCENE-9177: ICUNormalizer2CharFilter streaming no longer depends on presence of normalization-inert characters

magibney opened a new pull request #199:
URL: https://github.com/apache/lucene/pull/199


   Normalization-inert characters need not be required as boundaries
   for incremental processing. It is sufficient to check `hasBoundaryAfter`
   and `hasBoundaryBefore`, substantially improving worst-case performance.
   


-- 
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: issues-unsubscribe@lucene.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] rmuir merged pull request #199: LUCENE-9177: ICUNormalizer2CharFilter streaming no longer depends on presence of normalization-inert characters

Posted by GitBox <gi...@apache.org>.
rmuir merged pull request #199:
URL: https://github.com/apache/lucene/pull/199


   


-- 
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: issues-unsubscribe@lucene.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org