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