Interface WeaviateProtoSearchGet.BM25OrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getProperties​(int index)
      repeated string properties = 2;
      com.google.protobuf.ByteString getPropertiesBytes​(int index)
      repeated string properties = 2;
      int getPropertiesCount()
      repeated string properties = 2;
      List<String> getPropertiesList()
      repeated string properties = 2;
      String getQuery()
      string query = 1;
      com.google.protobuf.ByteString getQueryBytes()
      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 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.