Interface SimpleQueryStringMatchingContext

    • Method Detail

      • boostedTo

        SimpleQueryStringMatchingContext boostedTo​(float boost)
        Deprecated.
        Boost the field to a given value Most of the time positive float: - lower than 1 to diminish the weight - higher than 1 to increase the weight Could be negative but not unless you understand what is going on (advanced)
        Parameters:
        boost - the value to use as boost
        Returns:
        this for method chaining
      • andField

        SimpleQueryStringMatchingContext andField​(String field)
        Deprecated.
        Field the query is executed on.
        Parameters:
        field - The absolute path of an index field.
        Returns:
        this for method chaining
      • andFields

        SimpleQueryStringMatchingContext andFields​(String... field)
        Deprecated.
        Fields the query is executed on.
        Parameters:
        field - The absolute path of an index field.
        Returns:
        this for method chaining