Uses of Class
org.apache.lucene.facet.search.params.FacetRequest.SortBy
-
Packages that use FacetRequest.SortBy Package Description org.apache.lucene.facet.search.params Parameters for Faceted Search -
-
Uses of FacetRequest.SortBy in org.apache.lucene.facet.search.params
Fields in org.apache.lucene.facet.search.params declared as FacetRequest.SortBy Modifier and Type Field Description static FacetRequest.SortByFacetRequest. DEFAULT_SORT_BYDefault sort mode.Methods in org.apache.lucene.facet.search.params that return FacetRequest.SortBy Modifier and Type Method Description FacetRequest.SortByFacetRequest. getSortBy()Specify how should results be sorted.static FacetRequest.SortByFacetRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static FacetRequest.SortBy[]FacetRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.facet.search.params with parameters of type FacetRequest.SortBy Modifier and Type Method Description voidFacetRequest. setSortBy(FacetRequest.SortBy sortBy)
-