hanbj opened a new pull request, #14301: URL: https://github.com/apache/lucene/pull/14301
### Description When reading the code related to sorting optimization in NumericComparator, replacing the fixed value 0x1f with 'currentSkipInterval-1' can improve the performance of merging posting lists. After reading and confirming that LongDistanceEigenQuery also uses this method, testing found that the overall query performance improved by about 20%~30%, so it was migrated over. -- 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