Interface TermMatchingContext

    • Method Detail

      • matching

        TermTermination matching​(Object value)
        Deprecated.
        Value searched in the field or fields. The value is passed to the field's: - field bridge - analyzer (unless ignoreAnalyzer is called).
        Parameters:
        value - the value to match
        Returns:
        this for method chaining
      • andField

        TermMatchingContext andField​(String field)
        Deprecated.
        field / property the term query is executed on
        Parameters:
        field - another field involved in the query
        Returns:
        this for method chaining