Re: Vector search problems SolR 9.6 (Lucene 9.10) vs. SolR 9.7 (Lucene 9.11)

2025-02-04 Thread Varun Thacker
t;> >>> I wonder if Solr adjusted due to this deprecation or started using >>> collector managers and inadvertently tripped over a bug or something? >>> >>> Or, something was added in Apache Lucene 9.11 where the same knn query >>> over the same index coul

Re: Vector search problems SolR 9.6 (Lucene 9.10) vs. SolR 9.7 (Lucene 9.11)

2025-01-30 Thread Benjamin Trent
inadvertently tripped over a bug or something? >> >> Or, something was added in Apache Lucene 9.11 where the same knn query >> over the same index could result in a different set of top-k docs. Though, >> I would have thought the main candidate there would be: >> https://gi

Re: Vector search problems SolR 9.6 (Lucene 9.10) vs. SolR 9.7 (Lucene 9.11)

2025-01-30 Thread Varun Thacker
he main candidate there would be: > https://github.com/apache/lucene/pull/12962 (in lucene 9.10). > > On Thu, Jan 23, 2025 at 3:46 AM Moll, Dr. Andreas > wrote: > >> Hi, >> >> I want to inform you about a behavior change in SolR 9.6 (Lucene 9.10) >> vs. SolR 9.

Re: Vector search problems SolR 9.6 (Lucene 9.10) vs. SolR 9.7 (Lucene 9.11)

2025-01-23 Thread Benjamin Trent
here would be: https://github.com/apache/lucene/pull/12962 (in lucene 9.10). On Thu, Jan 23, 2025 at 3:46 AM Moll, Dr. Andreas wrote: > Hi, > > I want to inform you about a behavior change in SolR 9.6 (Lucene 9.10) vs. > SolR 9.7 (Lucene 9.11) for vector searches. > > We heav

Vector search problems SolR 9.6 (Lucene 9.10) vs. SolR 9.7 (Lucene 9.11)

2025-01-23 Thread Moll, Dr. Andreas
Hi, I want to inform you about a behavior change in SolR 9.6 (Lucene 9.10) vs. SolR 9.7 (Lucene 9.11) for vector searches. We heavily rely on vector searches for embeddings in combination with filter queries on the parent documents. Our queries in general looked like this: select?q={ knn f

Re: Lucene 9.10

2024-02-15 Thread Uwe Schindler
I clarified the MMap stuff to say that it works now with Java 22 and later versions. Vector incubator was also added. Uwe Am 13.02.2024 um 14:37 schrieb Adrien Grand: I started a draft for release notes, feel free to modify or add more release highlights. https://cwiki.apache.org/confluence/

Re: Lucene 9.10

2024-02-13 Thread Adrien Grand
I started a draft for release notes, feel free to modify or add more release highlights. https://cwiki.apache.org/confluence/display/LUCENE/Release+notes+9.10 On Thu, Feb 8, 2024 at 11:49 AM Uwe Schindler wrote: > Hi Adrien, > > as discussed in the PR, I will merge the MMapDir and Panama Vector

Re: Lucene 9.10

2024-02-08 Thread Uwe Schindler
Hi Adrien, as discussed in the PR, I will merge the MMapDir and Panama Vector for JDK 22 later today or at latest tomorrow. I need to first download the RC version of JDK that is going to be released today and do the usual API consistency checks (checking no late API changes appeared). So ne

Re: Lucene 9.10

2024-02-08 Thread Michael McCandless
+1 to release 9.10. Thank you for volunteering Adrien! Mike McCandless http://blog.mikemccandless.com On Wed, Feb 7, 2024 at 9:57 AM Adrien Grand wrote: > Hello all, > > It's been 2 months since we released 9.9 and we accumulated a good number > of changes, so I'd like to propose that we rel

Lucene 9.10

2024-02-07 Thread Adrien Grand
Hello all, It's been 2 months since we released 9.9 and we accumulated a good number of changes, so I'd like to propose that we release 9.10.0. If there are no objections, I volunteer to be the release manager and suggest cutting the branch next Monday (February 12th) and starting the release pro