thecoop commented on PR #14705:
URL: https://github.com/apache/lucene/pull/14705#issuecomment-2934755580

   This is only the first pass, covering single-line comparators. There are 
several non-trivial implementations that will require more detailed refactoring 
(if that is indeed desirable) - using a Comparator requires defining a total 
order, including differentiating equality, which `lessThan` does not require. I 
have a subsequent PR covering multi-line comparators, and then several to 
follow for non-trivial implementations.


-- 
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