Package org.hibernate.search.query.dsl
Interface WildcardContext
-
- All Superinterfaces:
QueryCustomization<WildcardContext>
@Deprecated public interface WildcardContext extends QueryCustomization<WildcardContext>
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TermMatchingContextonField(String field)Deprecated.TermMatchingContextonFields(String... fields)Deprecated.-
Methods inherited from interface org.hibernate.search.query.dsl.QueryCustomization
boostedTo, filteredBy, withConstantScore
-
-
-
-
Method Detail
-
onField
TermMatchingContext onField(String field)
Deprecated.- Parameters:
field- field/property the term query is executed on- Returns:
- a
TermMatchingContext
-
onFields
TermMatchingContext onFields(String... fields)
Deprecated.- Parameters:
fields- fields/properties the term query is executed on- Returns:
- a
TermMatchingContext
-
-