Interface WeaviateProtoSearchGet.SearchReplyOrBuilder

    • Method Detail

      • getTook

        float getTook()
        float took = 1;
        Returns:
        The took.
      • getResultsCount

        int getResultsCount()
        repeated .weaviate.v1.SearchResult results = 2;
      • hasGenerativeGroupedResult

        boolean hasGenerativeGroupedResult()
        optional string generative_grouped_result = 3;
        Returns:
        Whether the generativeGroupedResult field is set.
      • getGenerativeGroupedResult

        String getGenerativeGroupedResult()
        optional string generative_grouped_result = 3;
        Returns:
        The generativeGroupedResult.
      • getGenerativeGroupedResultBytes

        com.google.protobuf.ByteString getGenerativeGroupedResultBytes()
        optional string generative_grouped_result = 3;
        Returns:
        The bytes for generativeGroupedResult.
      • getGroupByResultsCount

        int getGroupByResultsCount()
        repeated .weaviate.v1.GroupByResult group_by_results = 4;