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 Type
    Method
    Description
    getProperties(int index)
    repeated string properties = 2;
    com.google.protobuf.ByteString
    getPropertiesBytes(int index)
    repeated string properties = 2;
    int
    repeated string properties = 2;
    repeated string properties = 2;
    string query = 1;
    com.google.protobuf.ByteString
    string query = 1;

    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

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