Uses of Class
org.apache.solr.search.facet.FacetRequest.RefineMethod
-
Packages that use FacetRequest.RefineMethod Package Description org.apache.solr.search.facet APIs and classes for the JSON Facet API. -
-
Uses of FacetRequest.RefineMethod in org.apache.solr.search.facet
Methods in org.apache.solr.search.facet that return FacetRequest.RefineMethod Modifier and Type Method Description static FacetRequest.RefineMethodFacetRequest.RefineMethod. fromObj(Object method)FacetRequest.RefineMethodFacetRequest. getRefineMethod()Returns null if unsetstatic FacetRequest.RefineMethodFacetRequest.RefineMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static FacetRequest.RefineMethod[]FacetRequest.RefineMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-