Interface PhraseMatchingContext

All Superinterfaces:
FieldCustomization<PhraseMatchingContext>

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

    • andField

      PhraseMatchingContext andField(String field)
      Deprecated.
      field / property the term query is executed on
      Parameters:
      field - the name of the field
      Returns:
      this for method chaining
    • sentence

      PhraseTermination sentence(String sentence)
      Deprecated.
      Sentence to match. It will be processed by the analyzer
      Parameters:
      sentence - the sentence to match
      Returns:
      the PhraseTermination for method chaining