Package org.hibernate.search.query.dsl
Interface TermMatchingContext
- All Superinterfaces:
FieldCustomization<TermMatchingContext>
Deprecated.
- Author:
- Emmanuel Bernard
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.field / property the term query is executed onDeprecated.Value searched in the field or fields.Methods inherited from interface org.hibernate.search.query.dsl.FieldCustomization
boostedTo, ignoreAnalyzer, ignoreFieldBridge
-
Method Details
-
matching
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:
thisfor method chaining
-
andField
Deprecated.field / property the term query is executed on- Parameters:
field- another field involved in the query- Returns:
thisfor method chaining
-
QueryBuilder.