Interface WeaviateProtoSearchGet.BM25OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoSearchGet.BM25,WeaviateProtoSearchGet.BM25.Builder
- Enclosing class:
- WeaviateProtoSearchGet
public static interface WeaviateProtoSearchGet.BM25OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProperties(int index)repeated string properties = 2;com.google.protobuf.ByteStringgetPropertiesBytes(int index)repeated string properties = 2;intgetPropertiesCount()repeated string properties = 2;List<String>getPropertiesList()repeated string properties = 2;StringgetQuery()string query = 1;com.google.protobuf.ByteStringgetQueryBytes()string query = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQuery
String getQuery()
string query = 1;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()
string query = 1;- Returns:
- The bytes for query.
-
getPropertiesList
List<String> getPropertiesList()
repeated string properties = 2;- Returns:
- A list containing the properties.
-
getPropertiesCount
int getPropertiesCount()
repeated string properties = 2;- Returns:
- The count of properties.
-
getProperties
String getProperties(int index)
repeated string properties = 2;- Parameters:
index- The index of the element to return.- Returns:
- The properties at the given index.
-
getPropertiesBytes
com.google.protobuf.ByteString getPropertiesBytes(int index)
repeated string properties = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the properties at the given index.
-
-