benwtrent opened a new pull request, #12018:
URL: https://github.com/apache/lucene/pull/12018

   Backport of #12004 
   
   This is the first commit of a much larger refactor. The overall goal is to 
separate the concerns of byte vectors and float vectors. Making their usage and 
APIs clearer for users. 
   
   This first step adds a new `KnnByteVectorQuery` and only allows it to be 
used against fields that have the `BYTE` encoding.
   
   Additionally, the original `KnnVectorQuery` can only be used against fields 
that have the `FLOAT32` encoding.
   
   this partially addresses: https://github.com/apache/lucene/issues/11963


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