Package org.hibernate.search.query.dsl
Interface PhraseMatchingContext
-
- All Superinterfaces:
FieldCustomization<PhraseMatchingContext>
@Deprecated public interface PhraseMatchingContext extends FieldCustomization<PhraseMatchingContext>
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PhraseMatchingContextandField(String field)Deprecated.field / property the term query is executed onPhraseTerminationsentence(String sentence)Deprecated.Sentence to match.-
Methods inherited from interface org.hibernate.search.query.dsl.FieldCustomization
boostedTo, ignoreAnalyzer, ignoreFieldBridge
-
-
-
-
Method Detail
-
andField
PhraseMatchingContext andField(String field)
Deprecated.field / property the term query is executed on- Parameters:
field- the name of the field- Returns:
thisfor 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
PhraseTerminationfor method chaining
-
-