Interface SuggestableConfig.Builder

    • Method Detail

      • attributeName

        SuggestableConfig.Builder attributeName​(String attributeName)

        The name of the document field/attribute.

        Parameters:
        attributeName - The name of the document field/attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suggestable

        SuggestableConfig.Builder suggestable​(Boolean suggestable)

        TRUE means the document field/attribute is suggestible, so the contents within the field can be used for query suggestions.

        Parameters:
        suggestable - TRUE means the document field/attribute is suggestible, so the contents within the field can be used for query suggestions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.