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

   Thanks @vigyasharma for the comment! I updated the comment to make it less 
confusing.
   
   I'll think about generalization, but the idea is that as long as the field 
can expose the float vectors through `getFloatVectorValues(fieldInfo)` then it 
can be used with this Query? Or do you think we need to abstract/generalize 
this part as well?
   
   > utilizing the scorer from the inner query
   
   I can't use the inner scorer here because for quantized codec it will be the 
quantized vector scorer and only use the quantized vectors.


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