Uses of Class
org.hibernate.search.query.facet.FacetSortOrder
-
Packages that use FacetSortOrder Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests.org.hibernate.search.query.facet This package contains the classes for the public faceting API. -
-
Uses of FacetSortOrder in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl with parameters of type FacetSortOrder Modifier and Type Method Description FacetParameterContextFacetParameterContext. orderedBy(FacetSortOrder sort)Deprecated. -
Uses of FacetSortOrder in org.hibernate.search.query.facet
Methods in org.hibernate.search.query.facet that return FacetSortOrder Modifier and Type Method Description FacetSortOrderFacetingRequest. getSort()Deprecated.static FacetSortOrderFacetSortOrder. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static FacetSortOrder[]FacetSortOrder. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-