Class SearchResponse
- java.lang.Object
-
- io.milvus.param.highlevel.dml.response.SearchResponse
-
public class SearchResponse extends Object
Parameters forsearchinterface.
-
-
Field Summary
Fields Modifier and Type Field Description List<List<QueryResultsWrapper.RowRecord>>rowRecords
-
Constructor Summary
Constructors Constructor Description SearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<QueryResultsWrapper.RowRecord>getRowRecords()Deprecated.List<QueryResultsWrapper.RowRecord>getRowRecords(int indexOfTarget)
-
-
-
Field Detail
-
rowRecords
public List<List<QueryResultsWrapper.RowRecord>> rowRecords
-
-
Method Detail
-
getRowRecords
@Deprecated public List<QueryResultsWrapper.RowRecord> getRowRecords()
Deprecated.In old versions(<=2.3.2), this method only returns results of the first target vector Mark is as deprecated, keep it to compatible with the legacy code
-
getRowRecords
public List<QueryResultsWrapper.RowRecord> getRowRecords(int indexOfTarget)
-
-