Uses of Interface
org.hibernate.search.query.dsl.FacetParameterContext
-
Packages that use FacetParameterContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of FacetParameterContext in org.hibernate.search.query.dsl
Subinterfaces of FacetParameterContext in org.hibernate.search.query.dsl Modifier and Type Interface Description interfaceDiscreteFacetContextDeprecated.See the deprecation note onQueryBuilder.interfaceFacetRangeAboveContext<T>Deprecated.See the deprecation note onFacetContext.interfaceFacetRangeBelowContinuationContext<T>Deprecated.See the deprecation note onFacetContext.interfaceFacetRangeEndContext<T>Deprecated.See the deprecation note onFacetContext.Methods in org.hibernate.search.query.dsl that return FacetParameterContext Modifier and Type Method Description FacetParameterContextFacetParameterContext. includeZeroCounts(boolean zeroCounts)Deprecated.FacetParameterContextFacetParameterContext. maxFacetCount(int maxFacetCount)Deprecated.Limits the maximum numbers of facets to the specified number.FacetParameterContextFacetParameterContext. orderedBy(FacetSortOrder sort)Deprecated.
-