Re: Error Doc id doesn't match the query in vector searches

2025-01-17 Thread Varun Thacker
I was able to narrow down to https://github.com/apache/solr/commit/cfec121bab2ecfc4c06e20a5533596025ae63d98 that causes this issue. Without that change the bug doesn't repro On Thu, Jan 16, 2025 at 6:49 PM Varun Thacker wrote: > I misspoke, for regular search KnnFloatVectorQuery is the Query ob

Re: Error Doc id doesn't match the query in vector searches

2025-01-17 Thread Varun Thacker
Lastly, looks like there were some changes to the collector executor in https://github.com/apache/solr/commit/7405bb19fa424ec79c6daaafd986670dc54d7dfe that fixes the issue. I cannot repro the issue anymore So we don't need to create a solr jira after all On Fri, Jan 17, 2025 at 11:44 AM Varun Tha