Interface WeaviateProtoSearchGet.NearTextSearchOrBuilder

    • Method Detail

      • getQueryList

        List<String> getQueryList()
         protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
         
        repeated string query = 1;
        Returns:
        A list containing the query.
      • getQueryCount

        int getQueryCount()
         protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
         
        repeated string query = 1;
        Returns:
        The count of query.
      • getQuery

        String getQuery​(int index)
         protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
         
        repeated string query = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The query at the given index.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes​(int index)
         protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
         
        repeated string query = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the query at the given index.
      • hasCertainty

        boolean hasCertainty()
        optional double certainty = 2;
        Returns:
        Whether the certainty field is set.
      • getCertainty

        double getCertainty()
        optional double certainty = 2;
        Returns:
        The certainty.
      • hasDistance

        boolean hasDistance()
        optional double distance = 3;
        Returns:
        Whether the distance field is set.
      • getDistance

        double getDistance()
        optional double distance = 3;
        Returns:
        The distance.
      • hasMoveTo

        boolean hasMoveTo()
        optional .weaviate.v1.NearTextSearch.Move move_to = 4;
        Returns:
        Whether the moveTo field is set.
      • hasMoveAway

        boolean hasMoveAway()
        optional .weaviate.v1.NearTextSearch.Move move_away = 5;
        Returns:
        Whether the moveAway field is set.
      • getTargetVectorsList

        List<String> getTargetVectorsList()
        repeated string target_vectors = 6;
        Returns:
        A list containing the targetVectors.
      • getTargetVectorsCount

        int getTargetVectorsCount()
        repeated string target_vectors = 6;
        Returns:
        The count of targetVectors.
      • getTargetVectors

        String getTargetVectors​(int index)
        repeated string target_vectors = 6;
        Parameters:
        index - The index of the element to return.
        Returns:
        The targetVectors at the given index.
      • getTargetVectorsBytes

        com.google.protobuf.ByteString getTargetVectorsBytes​(int index)
        repeated string target_vectors = 6;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the targetVectors at the given index.