Interface WeaviateProtoSearchGet.RerankOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoSearchGet.Rerank, WeaviateProtoSearchGet.Rerank.Builder
Enclosing class:
WeaviateProtoSearchGet

public static interface WeaviateProtoSearchGet.RerankOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string property = 1;
    com.google.protobuf.ByteString
    string property = 1;
    optional string query = 2;
    com.google.protobuf.ByteString
    optional string query = 2;
    boolean
    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 Details

    • 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.