Uses of Class
io.milvus.response.SearchResultsWrapper.IDScore
-
Packages that use SearchResultsWrapper.IDScore Package Description io.milvus.response -
-
Uses of SearchResultsWrapper.IDScore in io.milvus.response
Methods in io.milvus.response that return types with arguments of type SearchResultsWrapper.IDScore Modifier and Type Method Description List<SearchResultsWrapper.IDScore>SearchResultsWrapper. getIDScore(int indexOfTarget)Gets ID-score pairs returned by search interface.
-