gsmiller commented on issue #12451:
URL: https://github.com/apache/lucene/issues/12451#issuecomment-1644672934

   I've reproduced this and narrowed it down to the following: The built 
automaton is correct up to the point when the (randomly generated) term `0xf0 
0x90 0x80 0x80` gets added. Once that term is added, the automaton will 
incorrectly produce `0xf0 0x80 0x80 0x80` as a valid term. Digging into why 
that is.


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to