kaivalnp commented on code in PR #12590:
URL: https://github.com/apache/lucene/pull/12590#discussion_r1341368597
##########
lucene/core/src/java/org/apache/lucene/search/AbstractKnnVectorQuery.java:
##########
@@ -216,6 +216,10 @@ protected TopDocs exactSearch(LeafReaderContext context,
DocIdSetIterator accept
return new TopDocs(totalHits, topScoreDocs);
}
+ protected TopDocs mergeLeafResults(TopDocs[] perLeafResults) {
Review Comment:
Thanks for the review! Added some javadocs, and marked the API as
`@lucene.experimental`
Please let me know if I missed something there..
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]