Re: Example / Demo re support for filtering in nearest-neighbor vector search (Lucene 9.1.0)

2022-05-10 Thread Michael Wechner
Hi Julie Cool, thanks! I try to apply it and if it works could create an example to the demo package. Will keep you posted :-) Thanks Michael Am 11.05.22 um 02:13 schrieb Julie Tibshirani: Hello Michael, we don't yet have an example of kNN with filtering in the demo package. This would be

Re: Example / Demo re support for filtering in nearest-neighbor vector search (Lucene 9.1.0)

2022-05-10 Thread Julie Tibshirani
Hello Michael, we don't yet have an example of kNN with filtering in the demo package. This would be nice to add! For now maybe looking at the unit tests could give a sense of how to use it. Here's an example: https://github.com/apache/lucene/blob/main/lucene/core/src/test/org/apache/lucene/search

Re: Index corruption and repair

2022-05-10 Thread Antony Joseph
Hello Mike, 1. As requested, the full checkindex log is attached. 2. We haven't made any changes to the IndexDeletionPolicy - so the assumption is the default policy is being used. 3. No, we are not using near-real-time readers. We are using filesystem based readers only (passing Directory to Di