Uses of Class
org.apache.solr.search.facet.FacetRequest.SortDirection
-
Packages that use FacetRequest.SortDirection Package Description org.apache.solr.search.facet APIs and classes for the JSON Facet API. -
-
Uses of FacetRequest.SortDirection in org.apache.solr.search.facet
Methods in org.apache.solr.search.facet that return FacetRequest.SortDirection Modifier and Type Method Description static FacetRequest.SortDirectionFacetRequest.SortDirection. fromObj(Object direction)static FacetRequest.SortDirectionFacetRequest.SortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static FacetRequest.SortDirection[]FacetRequest.SortDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.solr.search.facet with parameters of type FacetRequest.SortDirection Constructor Description FacetSort(String sortVariable, FacetRequest.SortDirection sortDirection)
-