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

   fixes #15005, I think
   
   @ChrisHegarty if you have a chance to cherry-pick this and see if it 
addresses the issue you raised, that would be great. I think it will. Anyway it 
fixes something related. I chose to go with the option that disables 
revisitation for all KnnCollectorManagers except the one specifically used in 
the default implementation. In the case of the parent-join collection, the 
revisitation is just going to be wasted work, even if we were to make it 
function correctly, and in general, any custom collector is expected to have 
its own collection logic, so we shouldn't be making assumptions about it.


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