gf2121 opened a new pull request, #12591: URL: https://github.com/apache/lucene/pull/12591
Inspired by the #91, This PR proposes to use a stable radix sorter to sort update terms instead of tie comparator to doc id. As terms are appended in order, the latest update of each term value should be the one to apply. Glancing callers of `BytesRefArray#sort` it seems there's a couple of comparators could implement `BytesRefComparator`. It would require some more benchmark to change them. I'll track these in following work. -- 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