Interface SearchParamOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SearchParam, SearchParam.Builder

    public interface SearchParamOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCollectionName

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

        com.google.protobuf.ByteString getCollectionNameBytes()
        string collection_name = 1;
        Returns:
        The bytes for collectionName.
      • getPartitionTagArrayList

        List<String> getPartitionTagArrayList()
        repeated string partition_tag_array = 2;
        Returns:
        A list containing the partitionTagArray.
      • getPartitionTagArrayCount

        int getPartitionTagArrayCount()
        repeated string partition_tag_array = 2;
        Returns:
        The count of partitionTagArray.
      • getPartitionTagArray

        String getPartitionTagArray​(int index)
        repeated string partition_tag_array = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The partitionTagArray at the given index.
      • getPartitionTagArrayBytes

        com.google.protobuf.ByteString getPartitionTagArrayBytes​(int index)
        repeated string partition_tag_array = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the partitionTagArray at the given index.
      • getQueryRecordArrayList

        List<RowRecord> getQueryRecordArrayList()
        repeated .milvus.grpc.RowRecord query_record_array = 3;
      • getQueryRecordArray

        RowRecord getQueryRecordArray​(int index)
        repeated .milvus.grpc.RowRecord query_record_array = 3;
      • getQueryRecordArrayCount

        int getQueryRecordArrayCount()
        repeated .milvus.grpc.RowRecord query_record_array = 3;
      • getQueryRecordArrayOrBuilderList

        List<? extends RowRecordOrBuilder> getQueryRecordArrayOrBuilderList()
        repeated .milvus.grpc.RowRecord query_record_array = 3;
      • getQueryRecordArrayOrBuilder

        RowRecordOrBuilder getQueryRecordArrayOrBuilder​(int index)
        repeated .milvus.grpc.RowRecord query_record_array = 3;
      • getTopk

        long getTopk()
        int64 topk = 4;
        Returns:
        The topk.
      • getExtraParamsList

        List<KeyValuePair> getExtraParamsList()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParams

        KeyValuePair getExtraParams​(int index)
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsCount

        int getExtraParamsCount()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsOrBuilderList

        List<? extends KeyValuePairOrBuilder> getExtraParamsOrBuilderList()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsOrBuilder

        KeyValuePairOrBuilder getExtraParamsOrBuilder​(int index)
        repeated .milvus.grpc.KeyValuePair extra_params = 5;