Re: [PR] Avoid unnecessary evaluations and skipping documents [lucene]

2025-03-15 Thread via GitHub
jpountz merged PR #14301: URL: https://github.com/apache/lucene/pull/14301 -- 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.apa

Re: [PR] Avoid unnecessary evaluations and skipping documents [lucene]

2025-02-27 Thread via GitHub
hanbj commented on PR #14301: URL: https://github.com/apache/lucene/pull/14301#issuecomment-2687359672 Thank you for the review. Changes have been added. -- 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

[PR] Avoid unnecessary evaluations and skipping documents [lucene]

2025-02-26 Thread via GitHub
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 pos