Uses of Interface
org.hibernate.search.query.dsl.RangeTerminationExcludable
-
Packages that use RangeTerminationExcludable Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of RangeTerminationExcludable in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return RangeTerminationExcludable Modifier and Type Method Description RangeTerminationExcludableRangeMatchingContext. above(Object above)Deprecated.The field value must be aboveaboveYou can exclude the valueaboveby calling.excludeLimit()RangeTerminationExcludableRangeMatchingContext. below(Object below)Deprecated.The field value must be belowbelowYou can exclude the valuebelowby calling.excludeLimit()RangeTerminationExcludableRangeTerminationExcludable. excludeLimit()Deprecated.RangeTerminationExcludableRangeMatchingContext.FromRangeContext. to(T to)
-