jpountz commented on PR #14963: URL: https://github.com/apache/lucene/pull/14963#issuecomment-3085438375
I wonder how this interacts with how `AbstractKnnVectorQuery` does pre-filtering by first passing the filter to `KnnVectorsReader#search`, and then falling back to an exact search. If the segment doesn't have a HNSW graph, this may effectively start an exact search (via `KnnVectorsReader#search`) and then abort it to do an exact search again? Or am I missing something? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org