Interface WeaviateProtoBaseSearch.BM25OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBaseSearch.BM25,WeaviateProtoBaseSearch.BM25.Builder
- Enclosing class:
- WeaviateProtoBaseSearch
public static interface WeaviateProtoBaseSearch.BM25OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetProperties(int index) repeated string properties = 2;com.google.protobuf.ByteStringgetPropertiesBytes(int index) repeated string properties = 2;intrepeated string properties = 2;repeated string properties = 2;getQuery()string query = 1;com.google.protobuf.ByteStringstring query = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getQuery
String getQuery()string query = 1;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()string query = 1;- Returns:
- The bytes for query.
-
getPropertiesList
repeated string properties = 2;- Returns:
- A list containing the properties.
-
getPropertiesCount
int getPropertiesCount()repeated string properties = 2;- Returns:
- The count of properties.
-
getProperties
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.
-