Interface TermMatchingContext

All Superinterfaces:
FieldCustomization<TermMatchingContext>

@Deprecated public interface TermMatchingContext extends FieldCustomization<TermMatchingContext>
Deprecated.
See the deprecation note on QueryBuilder.
Author:
Emmanuel Bernard
  • Method Details

    • 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