Interface Index.VectorSearchResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Index.VectorSearchResponse, Index.VectorSearchResponse.Builder
Enclosing class:
Index

public static interface Index.VectorSearchResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResponseInfo

      boolean hasResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

      Common.ResponseInfo getResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      The responseInfo.
    • getResponseInfoOrBuilder

      Common.ResponseInfoOrBuilder getResponseInfoOrBuilder()
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • hasError

      boolean hasError()
      .dingodb.pb.error.Error error = 2;
      Returns:
      Whether the error field is set.
    • getError

      .dingodb.pb.error.Error error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
      .dingodb.pb.error.Error error = 2;
    • getBatchResultsList

      List<Index.VectorWithDistanceResult> getBatchResultsList()
       this field is used for batch search
       
      repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;
    • getBatchResults

      Index.VectorWithDistanceResult getBatchResults(int index)
       this field is used for batch search
       
      repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;
    • getBatchResultsCount

      int getBatchResultsCount()
       this field is used for batch search
       
      repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;
    • getBatchResultsOrBuilderList

      List<? extends Index.VectorWithDistanceResultOrBuilder> getBatchResultsOrBuilderList()
       this field is used for batch search
       
      repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;
    • getBatchResultsOrBuilder

      Index.VectorWithDistanceResultOrBuilder getBatchResultsOrBuilder(int index)
       this field is used for batch search
       
      repeated .dingodb.pb.index.VectorWithDistanceResult batch_results = 3;