Package org.hibernate.search.query.dsl
Interface RangeMatchingContext
- All Superinterfaces:
FieldCustomization<RangeMatchingContext>
Deprecated.
- Author:
- Emmanuel Bernard
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The field value must be aboveaboveYou can exclude the valueaboveby calling.excludeLimit()Deprecated.field / property the term query is executed onDeprecated.The field value must be belowbelowYou can exclude the valuebelowby calling.excludeLimit()from(T from) Deprecated.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:
- the
RangeMatchingContext
-
from
Deprecated. -
below
Deprecated.The field value must be belowbelowYou can exclude the valuebelowby calling.excludeLimit()- Parameters:
below- the lower limit of the range- Returns:
- a
RangeTerminationExcludable
-
above
Deprecated.The field value must be aboveaboveYou can exclude the valueaboveby calling.excludeLimit()- Parameters:
above- the upper limit of the range- Returns:
- a
RangeTerminationExcludable
-
QueryBuilder.