KnnFloatVectorQuery: filtering query & rewrite

2024-05-15 Thread Marc Davenport
Hello, I'm exploring some personalization to our sort orders. If I have an original query q which is mostly just a set of term filters, and I want to sort those by distance between some float vector on the document and a supplied user vector. I only see one way to do this. I would create a new bool

Re: ArithmeticException: due to integer overflow during lucene merging

2024-05-15 Thread sanjay dutt
I opened an issue for this one ( https://github.com/apache/lucene/issues/13373). Please feel free to edit or add more info to it. Regards, Sanjay On Wed, May 15, 2024 at 8:07 PM Michael McCandless < luc...@mikemccandless.com> wrote: > Thanks Jeven, more response inlined below: > > On Tue, May 14

Re: ArithmeticException: due to integer overflow during lucene merging

2024-05-15 Thread Michael McCandless
Thanks Jeven, more response inlined below: On Tue, May 14, 2024 at 12:58 PM Jerven Tjalling Bolleman wrote: The index that had an issue when merging into one segment definitely had > more than 1 billion times the word "positional" in it. I hope to be able > to give a closer number once re-indexi