mikemccand commented on PR #12310:
URL: https://github.com/apache/lucene/pull/12310#issuecomment-1555416664
Actually, the terms must be sorted in Unicode code point order, and, we do
have the builder for `BytesRef` already: `public static Automaton
build(Collection<BytesRef> input) {`. So I think we should just fix
`TermInSetQuery`'s scary code to use this binary builder?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]