Re: [PR] Remove TODO in FSTCompiler#freezeTail. [lucene]

2025-04-26 Thread via GitHub
vsop-479 commented on PR #13923: URL: https://github.com/apache/lucene/pull/13923#issuecomment-2832852839 Hello @jainankitk , Can you merge this change? -- 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

Re: [PR] Support adaptive refresh in Searcher Managers. [lucene]

2025-04-26 Thread via GitHub
github-actions[bot] commented on PR #14443: URL: https://github.com/apache/lucene/pull/14443#issuecomment-2832817778 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

Re: [PR] New IndexReaderFunctions.positionLength from the norm [lucene]

2025-04-26 Thread via GitHub
github-actions[bot] commented on PR #14433: URL: https://github.com/apache/lucene/pull/14433#issuecomment-2832817823 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

Re: [PR] Remove TODO in FSTCompiler#freezeTail. [lucene]

2025-04-26 Thread via GitHub
github-actions[bot] commented on PR #13923: URL: https://github.com/apache/lucene/pull/13923#issuecomment-2832818062 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

Re: [PR] Add a Faiss codec for KNN searches [lucene]

2025-04-26 Thread via GitHub
kaivalnp commented on PR #14178: URL: https://github.com/apache/lucene/pull/14178#issuecomment-2832650773 Thanks @mikemccand! > but it's currently at 1.9.0 -- maybe the developers who build Faiss here might push 1.11.0 (just released) soon? I see a PR for this: https://github.

[PR] Enabling histogram collection for PointRangeQuery [lucene]

2025-04-26 Thread via GitHub
jainankitk opened a new pull request, #14560: URL: https://github.com/apache/lucene/pull/14560 ### Description Enables efficient histogram collection using point range query, when querying field is same as the histogram field Resolves https://github.com/apache/lucene/issues/14535

Re: [PR] Add a Faiss codec for KNN searches [lucene]

2025-04-26 Thread via GitHub
mikemccand commented on PR #14178: URL: https://github.com/apache/lucene/pull/14178#issuecomment-2832360830 Also, how frustrating to come all this exciting way, only to be stymied by build issues! -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Add a Faiss codec for KNN searches [lucene]

2025-04-26 Thread via GitHub
mikemccand commented on PR #14178: URL: https://github.com/apache/lucene/pull/14178#issuecomment-2832351612 Thanks @kaivalnp -- the licensing situation with Conda is indeed complex. I found this nice high-level summary of the changes (which happened ~ 1 year ago, March 2024): https://redre

Re: [PR] Add a Faiss codec for KNN searches [lucene]

2025-04-26 Thread via GitHub
kaivalnp commented on PR #14178: URL: https://github.com/apache/lucene/pull/14178#issuecomment-2832287372 The GH action to test the Faiss codec is [failing](https://github.com/apache/lucene/actions/runs/14681017037) because: ``` Error mamba-org/setup-micromamba@v2 is not allowed

Re: [PR] Add a Faiss codec for KNN searches [lucene]

2025-04-26 Thread via GitHub
kaivalnp commented on PR #14178: URL: https://github.com/apache/lucene/pull/14178#issuecomment-2832072853 [Faiss v1.11.0](https://github.com/facebookresearch/faiss/releases/tag/v1.11.0) was released yesterday! Updated all usages from `nightly` to this version.. Also switched the Cond

[PR] Enabling point range collector always if doc values not indexed [lucene]

2025-04-26 Thread via GitHub
jainankitk opened a new pull request, #14559: URL: https://github.com/apache/lucene/pull/14559 ### Description Enabling point range collector if doc values are not indexed Resolves https://github.com/apache/lucene/issues/14536 -- This is an automated message from the

Re: [I] Allow Histogram Collection using PointTree when SortedNumericDocValues is absent [lucene]

2025-04-26 Thread via GitHub
jainankitk commented on issue #14536: URL: https://github.com/apache/lucene/issues/14536#issuecomment-2831945476 Currently, we use the `PointTreeBulkCollector` if we can collect the documents efficiently, irrespective of `DocValues` is indexed or not. IMO, we should be consistent in requiri