Class SearchResponse
- java.lang.Object
-
- io.milvus.param.highlevel.dml.response.SearchResponse
-
public class SearchResponse extends java.lang.Object
Parameters forsearch
interface.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.util.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 java.util.List<QueryResultsWrapper.RowRecord>
getRowRecords()
Deprecated.java.util.List<QueryResultsWrapper.RowRecord>
getRowRecords(int indexOfTarget)
-
-
-
Field Detail
-
rowRecords
public java.util.List<java.util.List<QueryResultsWrapper.RowRecord>> rowRecords
-
-
Method Detail
-
getRowRecords
@Deprecated public java.util.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 java.util.List<QueryResultsWrapper.RowRecord> getRowRecords(int indexOfTarget)
-
-