Uses of Interface
org.hibernate.search.query.dsl.FacetParameterContext
Packages that use FacetParameterContext
Package
Description
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.dslModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceDeprecated.See the deprecation note onFacetContext.interfaceDeprecated.See the deprecation note onFacetContext.interfaceDeprecated.See the deprecation note onFacetContext.Methods in org.hibernate.search.query.dsl that return FacetParameterContextModifier and TypeMethodDescriptionFacetParameterContext.includeZeroCounts(boolean zeroCounts) Deprecated.FacetParameterContext.maxFacetCount(int maxFacetCount) Deprecated.Limits the maximum numbers of facets to the specified number.FacetParameterContext.orderedBy(FacetSortOrder sort) Deprecated.
QueryBuilder.