Re: [I] Segment count (merging) can impact recall on KNN ParentJoin queries [lucene]

2025-05-24 Thread via GitHub
vigyasharma commented on issue #14643: URL: https://github.com/apache/lucene/issues/14643#issuecomment-2907629265 > Not sure if this is relevant: [mikemccand/luceneutil#385](https://github.com/mikemccand/luceneutil/issues/385), but if it's the same problem it will be fixed with latest lucen

Re: [PR] Multireader Support in Searcher Manager [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #13976: URL: https://github.com/apache/lucene/pull/13976#issuecomment-2907524124 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

[PR] Apply minimal fix for ruff rule PATH103 using Path.resolve [lucene]

2025-05-24 Thread via GitHub
Mariah33 opened a new pull request, #14711: URL: https://github.com/apache/lucene/pull/14711 ### Description This PR updates the usage of os.path.abspath to Path(...).resolve() in compliance with ruff rule PATH103. Other os.path elements are retained to scope the change narrowly and

Re: [PR] Apply minimal fix for ruff rule PATH103 using Path.resolve [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14711: URL: https://github.com/apache/lucene/pull/14711#issuecomment-2906930244 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

Re: [PR] Speed up TermQuery [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2906927134 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

Re: [PR] Speed up TermQuery [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2906920070 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

Re: [I] Remove Telugu normalization of vu వు to ma మ from IndicNormalizer [lucene]

2025-05-24 Thread via GitHub
rmuir commented on issue #14659: URL: https://github.com/apache/lucene/issues/14659#issuecomment-2906907266 If you re-read the description, I think you'll understand why i responded the way I did. To me it reads as, there isn't an understanding of the purpose of this filter, or the reaso

Re: [PR] Update ruff rule PATH103 to enforce modern os.makedirs usage [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14710: URL: https://github.com/apache/lucene/pull/14710#issuecomment-2906857569 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

[PR] Update ruff rule PATH103 to enforce modern os.makedirs usage [lucene]

2025-05-24 Thread via GitHub
Mariah33 opened a new pull request, #14710: URL: https://github.com/apache/lucene/pull/14710 ### Description This pull request updates the usage of os.makedirs in accordance with ruff rule PATH103, which encourages the use of pathlib over os.makedirs for cleaner and more modern path

Re: [PR] Speed up TermQuery [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2906780577 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

[PR] Speed up TermQuery [lucene]

2025-05-24 Thread via GitHub
gf2121 opened a new pull request, #14709: URL: https://github.com/apache/lucene/pull/14709 This tries to speed up `TermQuery` with the new API `Scorer#nextDocsAndScores` **TopN** ``` TaskQPS baseline StdDevQPS my_modified_version StdDev

Re: [PR] Speed up exhaustive execution of TermQuery [lucene]

2025-05-24 Thread via GitHub
gf2121 closed pull request #14707: Speed up exhaustive execution of TermQuery URL: https://github.com/apache/lucene/pull/14707 -- 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. T

Re: [PR] Fix AbstractRangeQueryNode#toQueryString [lucene]

2025-05-24 Thread via GitHub
stefanvodita commented on code in PR #14697: URL: https://github.com/apache/lucene/pull/14697#discussion_r2105767826 ## lucene/CHANGES.txt: ## @@ -123,6 +127,10 @@ Bug Fixes * GITHUB#14161: PointInSetQuery's constructor now throws IllegalArgumentException instead of Unsuppo

Re: [PR] Add Query for reranking KnnFloatVectorQuery with full-precision vectors [lucene]

2025-05-24 Thread via GitHub
vigyasharma commented on PR #14009: URL: https://github.com/apache/lucene/pull/14009#issuecomment-2906608970 > Is it this? https://github.com/apache/lucene/blob/main/lucene/queries/src/java/org/apache/lucene/queries/function/FunctionScoreQuery.java @msokolov : Gosh, you're right! This

Re: [PR] Add a DoubleValuesSource for scoring full precision vector similarity [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14708: URL: https://github.com/apache/lucene/pull/14708#issuecomment-2906602789 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

[PR] Add a DoubleValuesSource for scoring full precision vector similarity [lucene]

2025-05-24 Thread via GitHub
vigyasharma opened a new pull request, #14708: URL: https://github.com/apache/lucene/pull/14708 A `DoubleValuesSource` that scores on full precision vectors can be used on top of quantized knn vector queries to rerank with full precision similarity scores. This change adds a 'full p