Class SearchResponse

java.lang.Object
io.milvus.param.highlevel.dml.response.SearchResponse

public class SearchResponse extends Object
Parameters for search interface.
  • Field Details

  • Constructor Details

    • SearchResponse

      public SearchResponse()
  • Method Details

    • getRowRecords

      Deprecated.
      In old versions(less or equal than v2.3.2), this method only returns results of the first target vector Mark is as deprecated, keep it to compatible with the legacy code
      Returns:
      List of QueryResultsWrapper.RowRecord
    • getRowRecords

      public List<QueryResultsWrapper.RowRecord> getRowRecords(int indexOfTarget)