Uses of Enum
org.hibernate.search.query.facet.FacetSortOrder
Packages that use FacetSortOrder
Package
Description
Provide a domain specific language to write Lucene queries and create faceting requests.
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 FacetSortOrderModifier and TypeMethodDescriptionFacetParameterContext.orderedBy(FacetSortOrder sort) Deprecated. -
Uses of FacetSortOrder in org.hibernate.search.query.facet
Methods in org.hibernate.search.query.facet that return FacetSortOrderModifier and TypeMethodDescriptionFacetingRequest.getSort()Deprecated.static FacetSortOrderDeprecated.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.