mccullocht commented on PR #13143:
URL: https://github.com/apache/lucene/pull/13143#issuecomment-1977032706

   @benwtrent I see a couple of possibilities to internalize this in 
`KnnVectorsReader`:
   * add a `public abstract void exhaustiveSearch(field, target, knnCollector, 
acceptDocs)` call that internalizes the exact search logic that lives in the 
query today.
   * add a `public VectorScorer createVectorScorer(field, target)` call to 
internalize creation of the `VectorScorer` and handling of the similarity 
function but otherwise leave much of the logic the same.


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