Uses of Class
org.apache.lucene.facet.search.params.FacetRequest.SortOrder
-
Packages that use FacetRequest.SortOrder Package Description org.apache.lucene.facet.search.params Parameters for Faceted Search -
-
Uses of FacetRequest.SortOrder in org.apache.lucene.facet.search.params
Methods in org.apache.lucene.facet.search.params that return FacetRequest.SortOrder Modifier and Type Method Description FacetRequest.SortOrderFacetRequest. getSortOrder()Return the requested order of results.static FacetRequest.SortOrderFacetRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static FacetRequest.SortOrder[]FacetRequest.SortOrder. 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.SortOrder Modifier and Type Method Description voidFacetRequest. setSortOrder(FacetRequest.SortOrder sortOrder)
-