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

2025-01-16 Thread Varun Thacker
I misspoke, for regular search KnnFloatVectorQuery is the Query object before the rewrite. After the rewrite it's AbstractKnnVectorQuery$DocAndScoreQuery And then when Solr asks for the score the same Query object is passed to the rewrite and becomes a AbstractKnnVectorQuery$DocAndScoreQuery I'll

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

2025-01-16 Thread Varun Thacker
I'll have to recreate my setup again since I tried re-building solr without some PRs and it wiped everything out(my mistake!) I was able to get the query Solr sends for search KnnFloatVectorQuery vs what it uses for getting the score {AbstractKnnVectorQuery$DocAndScoreQuery. This might give some b

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

2025-01-16 Thread Varun Thacker
I have an index where I can repro it with 100% success. Let me look into what's causing it and create a Solr Jira On Mon, Oct 21, 2024 at 11:11 AM Michael Sokolov wrote: > I think this might be a better question for solr-user@? EG I don't > understand how Solr decides which Query to send to popu