Uses of Interface
org.hibernate.search.query.dsl.FacetRangeAboveContext
-
Packages that use FacetRangeAboveContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of FacetRangeAboveContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return FacetRangeAboveContext Modifier and Type Method Description FacetRangeAboveContext<T>FacetRangeAboveBelowContext. above(T max)Deprecated.FacetRangeAboveContext<T>FacetRangeBelowContinuationContext. above(T max)Deprecated.FacetRangeAboveContext<T>FacetRangeEndContext. above(T max)Deprecated.FacetRangeAboveContext<T>FacetRangeAboveContext. excludeLimit()Deprecated.
-