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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProperty()string property = 1;com.google.protobuf.ByteStringgetPropertyBytes()string property = 1;StringgetQuery()optional string query = 2;com.google.protobuf.ByteStringgetQueryBytes()optional string query = 2;booleanhasQuery()optional string query = 2;-
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.
-
-