Interface Diskann.VectorSearchRequestOrBuilder

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

public static interface Diskann.VectorSearchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • getVectorIndexId

      long getVectorIndexId()
       vector index ID is equivalent to region_id
       
      int64 vector_index_id = 2;
      Returns:
      The vectorIndexId.
    • getTopN

      int getTopN()
      uint32 top_n = 3;
      Returns:
      The topN.
    • hasSearchParam

      boolean hasSearchParam()
      .dingodb.pb.common.SearchDiskAnnParam search_param = 4;
      Returns:
      Whether the searchParam field is set.
    • getSearchParam

      Common.SearchDiskAnnParam getSearchParam()
      .dingodb.pb.common.SearchDiskAnnParam search_param = 4;
      Returns:
      The searchParam.
    • getSearchParamOrBuilder

      Common.SearchDiskAnnParamOrBuilder getSearchParamOrBuilder()
      .dingodb.pb.common.SearchDiskAnnParam search_param = 4;
    • getVectorsList

      List<Common.Vector> getVectorsList()
      repeated .dingodb.pb.common.Vector vectors = 5;
    • getVectors

      Common.Vector getVectors(int index)
      repeated .dingodb.pb.common.Vector vectors = 5;
    • getVectorsCount

      int getVectorsCount()
      repeated .dingodb.pb.common.Vector vectors = 5;
    • getVectorsOrBuilderList

      List<? extends Common.VectorOrBuilder> getVectorsOrBuilderList()
      repeated .dingodb.pb.common.Vector vectors = 5;
    • getVectorsOrBuilder

      Common.VectorOrBuilder getVectorsOrBuilder(int index)
      repeated .dingodb.pb.common.Vector vectors = 5;