Package org.hibernate.search.query.dsl
Interface PhraseMatchingContext
- All Superinterfaces:
FieldCustomization<PhraseMatchingContext>
@Deprecated
public interface PhraseMatchingContext
extends FieldCustomization<PhraseMatchingContext>
Deprecated.
- Author:
- Emmanuel Bernard
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.field / property the term query is executed onDeprecated.Sentence to match.Methods inherited from interface org.hibernate.search.query.dsl.FieldCustomization
boostedTo, ignoreAnalyzer, ignoreFieldBridge
-
Method Details
-
andField
Deprecated.field / property the term query is executed on- Parameters:
field- the name of the field- Returns:
thisfor method chaining
-
sentence
Deprecated.Sentence to match. It will be processed by the analyzer- Parameters:
sentence- the sentence to match- Returns:
- the
PhraseTerminationfor method chaining
-
QueryBuilder.