Re: [PR] Add AnytimeRankingSearcher for SLA-Aware Early Termination with Bin-Based Score Boosting [lucene]

2025-04-20 Thread via GitHub
atris commented on PR #14525: URL: https://github.com/apache/lucene/pull/14525#issuecomment-2817323978 @jpountz This PR is now ready for review. I will post luceneutil benchmarks tomorrow. Please let me know if anything else is needed from me. -- This is an automated message from the Apac

Re: [PR] Remove sloppySin calculations [lucene]

2025-04-20 Thread via GitHub
jainankitk commented on PR #14516: URL: https://github.com/apache/lucene/pull/14516#issuecomment-2817661402 JMH benchmark comparison for just the FromPointDistanceSloppySin / FromPointDistanceStandardSin comparison: ``` JMH Benchmark Results Comparison =

Re: [PR] Remove sloppySin calculations [lucene]

2025-04-20 Thread via GitHub
jainankitk commented on PR #14516: URL: https://github.com/apache/lucene/pull/14516#issuecomment-2817660626 JMH benchmark comparison for just the sloppySin / standardSin comparison: ``` JMH Benchmark Results Comparison

Re: [PR] Remove sloppySin calculations [lucene]

2025-04-20 Thread via GitHub
jainankitk commented on code in PR #14516: URL: https://github.com/apache/lucene/pull/14516#discussion_r2051979569 ## lucene/core/src/java/org/apache/lucene/geo/Rectangle.java: ## @@ -28,9 +25,6 @@ import static org.apache.lucene.geo.GeoUtils.MIN_LON_RADIANS; import static org

Re: [PR] Remove sloppySin calculations [lucene]

2025-04-20 Thread via GitHub
jainankitk commented on PR #14516: URL: https://github.com/apache/lucene/pull/14516#issuecomment-2817678029 > But the benchmark is not useful, as it was written as a test. Tests don't run normally, in particular without java C2 compiler, so trying to make benchmark via test is not useful an

Re: [PR] MultiRange query for SortedNumeric DocValues [lucene]

2025-04-20 Thread via GitHub
mkhludnev commented on PR #14404: URL: https://github.com/apache/lucene/pull/14404#issuecomment-2817735129 ok. If there's no concerns, I'll merge it this week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Correct TermOrdValComparator competitive iterator intoBitSet implementation [lucene]

2025-04-20 Thread via GitHub
jpountz commented on code in PR #14523: URL: https://github.com/apache/lucene/pull/14523#discussion_r2051810126 ## lucene/core/src/java/org/apache/lucene/search/comparators/TermOrdValComparator.java: ## @@ -524,17 +524,21 @@ public int advance(int target) throws IOException {

Re: [PR] #14410 - Add Anytime Ranking Searching - SLA-constrained ranking With Range Boosting and Dynamic SLA [lucene]

2025-04-20 Thread via GitHub
atris commented on PR #14409: URL: https://github.com/apache/lucene/pull/14409#issuecomment-2817096299 @jpountz opened a new PR with the discussed approach: https://github.com/apache/lucene/pull/14525 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] Correct TermOrdValComparator competitive iterator intoBitSet implementation [lucene]

2025-04-20 Thread via GitHub
gf2121 commented on code in PR #14523: URL: https://github.com/apache/lucene/pull/14523#discussion_r2051668144 ## lucene/core/src/java/org/apache/lucene/search/comparators/TermOrdValComparator.java: ## @@ -524,17 +524,21 @@ public int advance(int target) throws IOException {

Re: [PR] Correct TermOrdValComparator competitive iterator intoBitSet implementation [lucene]

2025-04-20 Thread via GitHub
jpountz commented on code in PR #14523: URL: https://github.com/apache/lucene/pull/14523#discussion_r2051658845 ## lucene/core/src/java/org/apache/lucene/search/comparators/TermOrdValComparator.java: ## @@ -524,17 +524,21 @@ public int advance(int target) throws IOException {