Uses of Class
io.milvus.response.QueryResultsWrapper.RowRecord
Packages that use QueryResultsWrapper.RowRecord
Package
Description
-
Uses of QueryResultsWrapper.RowRecord in io.milvus.orm.iterator
Methods in io.milvus.orm.iterator that return types with arguments of type QueryResultsWrapper.RowRecordModifier and TypeMethodDescriptionIteratorCache.fetchCache(int cacheId) QueryIterator.next()SearchIterator.next()Method parameters in io.milvus.orm.iterator with type arguments of type QueryResultsWrapper.RowRecordModifier and TypeMethodDescriptionintIteratorCache.cache(int cacheId, List<QueryResultsWrapper.RowRecord> result) -
Uses of QueryResultsWrapper.RowRecord in io.milvus.param.highlevel.dml.response
Fields in io.milvus.param.highlevel.dml.response with type parameters of type QueryResultsWrapper.RowRecordModifier and TypeFieldDescriptionGetResponse.rowRecordsQueryResponse.rowRecordsSearchResponse.rowRecordsMethods in io.milvus.param.highlevel.dml.response that return types with arguments of type QueryResultsWrapper.RowRecordModifier and TypeMethodDescriptionSearchResponse.getRowRecords()Deprecated.SearchResponse.getRowRecords(int indexOfTarget) -
Uses of QueryResultsWrapper.RowRecord in io.milvus.response
Methods in io.milvus.response that return QueryResultsWrapper.RowRecordModifier and TypeMethodDescriptionprotected QueryResultsWrapper.RowRecordQueryResultsWrapper.buildRowRecord(long index) Gets a row record from result.Methods in io.milvus.response that return types with arguments of type QueryResultsWrapper.RowRecordModifier and TypeMethodDescriptionQueryResultsWrapper.getRowRecords()Gets row records list from query result.SearchResultsWrapper.getRowRecords()Deprecated.SearchResultsWrapper.getRowRecords(int indexOfTarget) Note: this method's function is duplicated with getIDScore(), it is for high-level search. -
Uses of QueryResultsWrapper.RowRecord in io.milvus.response.basic
Methods in io.milvus.response.basic that return QueryResultsWrapper.RowRecordModifier and TypeMethodDescriptionprotected QueryResultsWrapper.RowRecordRowRecordWrapper.buildRowRecord(QueryResultsWrapper.RowRecord record, long index) Gets a row record from result.Methods in io.milvus.response.basic that return types with arguments of type QueryResultsWrapper.RowRecordModifier and TypeMethodDescriptionabstract List<QueryResultsWrapper.RowRecord> RowRecordWrapper.getRowRecords()Methods in io.milvus.response.basic with parameters of type QueryResultsWrapper.RowRecordModifier and TypeMethodDescriptionprotected QueryResultsWrapper.RowRecordRowRecordWrapper.buildRowRecord(QueryResultsWrapper.RowRecord record, long index) Gets a row record from result.