Interface WeaviateProtoSearchGet.MetadataResultOrBuilder

    • Method Detail

      • getId

        String getId()
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
        Returns:
        The bytes for id.
      • getVectorList

        @Deprecated
        List<Float> getVectorList()
        Deprecated.
        weaviate.v1.MetadataResult.vector is deprecated. See v1/search_get.proto;l=246
         protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
         
        repeated float vector = 2 [deprecated = true];
        Returns:
        A list containing the vector.
      • getVectorCount

        @Deprecated
        int getVectorCount()
        Deprecated.
        weaviate.v1.MetadataResult.vector is deprecated. See v1/search_get.proto;l=246
         protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
         
        repeated float vector = 2 [deprecated = true];
        Returns:
        The count of vector.
      • getVector

        @Deprecated
        float getVector​(int index)
        Deprecated.
        weaviate.v1.MetadataResult.vector is deprecated. See v1/search_get.proto;l=246
         protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
         
        repeated float vector = 2 [deprecated = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The vector at the given index.
      • getCreationTimeUnix

        long getCreationTimeUnix()
        int64 creation_time_unix = 3;
        Returns:
        The creationTimeUnix.
      • getCreationTimeUnixPresent

        boolean getCreationTimeUnixPresent()
        bool creation_time_unix_present = 4;
        Returns:
        The creationTimeUnixPresent.
      • getLastUpdateTimeUnix

        long getLastUpdateTimeUnix()
        int64 last_update_time_unix = 5;
        Returns:
        The lastUpdateTimeUnix.
      • getLastUpdateTimeUnixPresent

        boolean getLastUpdateTimeUnixPresent()
        bool last_update_time_unix_present = 6;
        Returns:
        The lastUpdateTimeUnixPresent.
      • getDistance

        float getDistance()
        float distance = 7;
        Returns:
        The distance.
      • getDistancePresent

        boolean getDistancePresent()
        bool distance_present = 8;
        Returns:
        The distancePresent.
      • getCertainty

        float getCertainty()
        float certainty = 9;
        Returns:
        The certainty.
      • getCertaintyPresent

        boolean getCertaintyPresent()
        bool certainty_present = 10;
        Returns:
        The certaintyPresent.
      • getScore

        float getScore()
        float score = 11;
        Returns:
        The score.
      • getScorePresent

        boolean getScorePresent()
        bool score_present = 12;
        Returns:
        The scorePresent.
      • getExplainScore

        String getExplainScore()
        string explain_score = 13;
        Returns:
        The explainScore.
      • getExplainScoreBytes

        com.google.protobuf.ByteString getExplainScoreBytes()
        string explain_score = 13;
        Returns:
        The bytes for explainScore.
      • getExplainScorePresent

        boolean getExplainScorePresent()
        bool explain_score_present = 14;
        Returns:
        The explainScorePresent.
      • hasIsConsistent

        boolean hasIsConsistent()
        optional bool is_consistent = 15;
        Returns:
        Whether the isConsistent field is set.
      • getIsConsistent

        boolean getIsConsistent()
        optional bool is_consistent = 15;
        Returns:
        The isConsistent.
      • getGenerative

        String getGenerative()
        string generative = 16;
        Returns:
        The generative.
      • getGenerativeBytes

        com.google.protobuf.ByteString getGenerativeBytes()
        string generative = 16;
        Returns:
        The bytes for generative.
      • getGenerativePresent

        boolean getGenerativePresent()
        bool generative_present = 17;
        Returns:
        The generativePresent.
      • getIsConsistentPresent

        boolean getIsConsistentPresent()
        bool is_consistent_present = 18;
        Returns:
        The isConsistentPresent.
      • getVectorBytes

        com.google.protobuf.ByteString getVectorBytes()
        bytes vector_bytes = 19;
        Returns:
        The vectorBytes.
      • getIdAsBytes

        com.google.protobuf.ByteString getIdAsBytes()
        bytes id_as_bytes = 20;
        Returns:
        The idAsBytes.
      • getRerankScore

        double getRerankScore()
        double rerank_score = 21;
        Returns:
        The rerankScore.
      • getRerankScorePresent

        boolean getRerankScorePresent()
        bool rerank_score_present = 22;
        Returns:
        The rerankScorePresent.
      • getVectorsCount

        int getVectorsCount()
        repeated .weaviate.v1.Vectors vectors = 23;