Interface Points.SearchPointsOrBuilder

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

public static interface Points.SearchPointsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCollectionName

      String getCollectionName()
       name of the collection
       
      string collection_name = 1;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
       name of the collection
       
      string collection_name = 1;
      Returns:
      The bytes for collectionName.
    • getVectorList

      List<Float> getVectorList()
       vector
       
      repeated float vector = 2;
      Returns:
      A list containing the vector.
    • getVectorCount

      int getVectorCount()
       vector
       
      repeated float vector = 2;
      Returns:
      The count of vector.
    • getVector

      float getVector(int index)
       vector
       
      repeated float vector = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The vector at the given index.
    • hasFilter

      boolean hasFilter()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
      Returns:
      Whether the filter field is set.
    • getFilter

      Points.Filter getFilter()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
      Returns:
      The filter.
    • getFilterOrBuilder

      Points.FilterOrBuilder getFilterOrBuilder()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
    • getLimit

      long getLimit()
       Max number of result
       
      uint64 limit = 4;
      Returns:
      The limit.
    • hasWithPayload

      boolean hasWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
      Returns:
      Whether the withPayload field is set.
    • getWithPayload

      Points.WithPayloadSelector getWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
      Returns:
      The withPayload.
    • getWithPayloadOrBuilder

      Points.WithPayloadSelectorOrBuilder getWithPayloadOrBuilder()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
    • hasParams

      boolean hasParams()
       Search config
       
      .qdrant.SearchParams params = 7;
      Returns:
      Whether the params field is set.
    • getParams

      Points.SearchParams getParams()
       Search config
       
      .qdrant.SearchParams params = 7;
      Returns:
      The params.
    • getParamsOrBuilder

      Points.SearchParamsOrBuilder getParamsOrBuilder()
       Search config
       
      .qdrant.SearchParams params = 7;
    • hasScoreThreshold

      boolean hasScoreThreshold()
       If provided - cut off results with worse scores
       
      optional float score_threshold = 8;
      Returns:
      Whether the scoreThreshold field is set.
    • getScoreThreshold

      float getScoreThreshold()
       If provided - cut off results with worse scores
       
      optional float score_threshold = 8;
      Returns:
      The scoreThreshold.
    • hasOffset

      boolean hasOffset()
       Offset of the result
       
      optional uint64 offset = 9;
      Returns:
      Whether the offset field is set.
    • getOffset

      long getOffset()
       Offset of the result
       
      optional uint64 offset = 9;
      Returns:
      The offset.
    • hasVectorName

      boolean hasVectorName()
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 10;
      Returns:
      Whether the vectorName field is set.
    • getVectorName

      String getVectorName()
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 10;
      Returns:
      The vectorName.
    • getVectorNameBytes

      com.google.protobuf.ByteString getVectorNameBytes()
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 10;
      Returns:
      The bytes for vectorName.
    • hasWithVectors

      boolean hasWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 11;
      Returns:
      Whether the withVectors field is set.
    • getWithVectors

      Points.WithVectorsSelector getWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 11;
      Returns:
      The withVectors.
    • getWithVectorsOrBuilder

      Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 11;
    • hasReadConsistency

      boolean hasReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
      Returns:
      Whether the readConsistency field is set.
    • getReadConsistency

      Points.ReadConsistency getReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
      Returns:
      The readConsistency.
    • getReadConsistencyOrBuilder

      Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;