mikemccand commented on PR #14009:
URL: https://github.com/apache/lucene/pull/14009#issuecomment-2841808722

   I think this is a nice overall approach, adding a new 
`RerankKnnFloatVectorQuery` that wraps a KNN query that used quantization to 
get the initial results.
   
   It's reminiscent of Lucene's existing `QueryRescorer`, to implement 
multi-phased ranking, except that class doesn't wrap another `Query`... maybe 
it should (separately)!
   
   I'm curious about [your results 
here](https://github.com/apache/lucene/pull/14009#issuecomment-2502665806) -- 
why is recall better for 1bit and 4bit than 7bit, when reranking?


-- 
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

Reply via email to