Re: Does Lucene Vector Search support int8 and / or even binary?

2024-03-28 Thread Shubham Chaudhary
uire another VetctorField /VectorsFormat? > > Thanks > > Michael > > Am 19.03.24 um 21:57 schrieb Shubham Chaudhary: > > Hi Michael, > > > > Lucene already had int8 vector support since 9.5 (#1054 > > <https://github.com/apache/lucene/pull/1054>) but it was

Re: Does Lucene Vector Search support int8 and / or even binary?

2024-03-19 Thread Shubham Chaudhary
Hi Michael, Lucene already had int8 vector support since 9.5 (#1054 ) but it was left to the user to get those quantized vectors and index using KnnByteVectorField

Re: How to replace deprecated document(i)

2023-09-24 Thread Shubham Chaudhary
Hi Michael, You could replace this with *indexReader.storedFields().document(scoreDoc.doc)* Docs - https://lucene.apache.org/core/9_7_0/core/org/apache/lucene/index/StoredFields.html#document(int) - Shubham On Mon, Sep 25, 2023 at 1:59 AM Michael Wechner wrote: > Hi > > I recently noctived th

Re: Getting LinkageError due to Panama APIs

2023-06-29 Thread Shubham Chaudhary
This was an internal build issue that is now fixed. Sorry for the confusion. Thanks, Shubham On Tue, Jun 27, 2023 at 12:48 AM Shubham Chaudhary wrote: > Hi everyone, > > I’m trying to build and run my software using JDK 19 which has a direct > dependency on Apache Lucene 9.6 built

Getting LinkageError due to Panama APIs

2023-06-26 Thread Shubham Chaudhary
Hi everyone, I’m trying to build and run my software using JDK 19 which has a direct dependency on Apache Lucene 9.6 built with JDK 17 and I’m running into below exception due to Panama APIs. Is this expected behaviour? Any help would be highly appreciated. Exception in thread "main" java.lang.Li