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

   ### Description (or a Jira issue link if you have one)
   
   [LUCENE-10663](https://issues.apache.org/jira/browse/LUCENE-10663)
   
   If there are multiple segments. KnnVectorQuery explain has a bug in locating 
docid. 
   
   This is because the docid in explain, which is the docBase without the 
segment. 
   
   In KnnVectorQuery.DocAndScoreQuery docs docid is increased in each segment 
of the docBase. 
   
   The two docid are not in the same dimension.
   
   So, in the 'DocAndScoreQuery.explain', needs to be added with the segment's 
docBase. 


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

Reply via email to