Uses of Enum Class
org.apache.solr.client.solrj.request.json.TermsFacetMap.FacetMethod
Packages that use TermsFacetMap.FacetMethod
Package
Description
Allows sending of requests using Solr's JSON query/faceting API
-
Uses of TermsFacetMap.FacetMethod in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json that return TermsFacetMap.FacetMethodModifier and TypeMethodDescriptionstatic TermsFacetMap.FacetMethodReturns the enum constant of this class with the specified name.static TermsFacetMap.FacetMethod[]TermsFacetMap.FacetMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.client.solrj.request.json with parameters of type TermsFacetMap.FacetMethodModifier and TypeMethodDescriptionTermsFacetMap.setFacetMethod(TermsFacetMap.FacetMethod method) Indicate which method should be used to compute the facet.