Interface WeaviateProtoSearchGet.RerankOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getProperty()
      string property = 1;
      com.google.protobuf.ByteString getPropertyBytes()
      string property = 1;
      String getQuery()
      optional string query = 2;
      com.google.protobuf.ByteString getQueryBytes()
      optional string query = 2;
      boolean hasQuery()
      optional string query = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getProperty

        String getProperty()
        string property = 1;
        Returns:
        The property.
      • getPropertyBytes

        com.google.protobuf.ByteString getPropertyBytes()
        string property = 1;
        Returns:
        The bytes for property.
      • hasQuery

        boolean hasQuery()
        optional string query = 2;
        Returns:
        Whether the query field is set.
      • getQuery

        String getQuery()
        optional string query = 2;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
        optional string query = 2;
        Returns:
        The bytes for query.