Interface PhraseMatchingContext

    • Method Detail

      • 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