Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
9.0, 9.1, 9.2
-
None
-
New
Description
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.
Attachments
Issue Links
- links to