Uses of Class
org.apache.solr.search.facet.FacetRequest
-
Packages that use FacetRequest Package Description org.apache.solr.search.facet APIs and classes for the JSON Facet API. -
-
Uses of FacetRequest in org.apache.solr.search.facet
Classes in org.apache.solr.search.facet with type parameters of type FacetRequest Modifier and Type Class Description classFacetProcessor<FacetRequestT extends FacetRequest>Base abstraction for a class that computes facets.Subclasses of FacetRequest in org.apache.solr.search.facet Modifier and Type Class Description classFacetFieldclassFacetHeatmapJSON Facet API request for a 2D spatial summary of a rectangular region.classFacetQueryclassFacetRangeFields in org.apache.solr.search.facet with type parameters of type FacetRequest Modifier and Type Field Description protected Map<String,FacetRequest>FacetRequest. subFacetsMethods in org.apache.solr.search.facet that return FacetRequest Modifier and Type Method Description static FacetRequestFacetRequest. parse(SolrQueryRequest req, Map<String,Object> params)Factory method to parse a facet request tree.static FacetRequestFacetRequest. parseOneFacetReq(SolrQueryRequest req, Map<String,Object> params)Factory method to parse out a rooted facet request tree that would normally go one level below a label.Methods in org.apache.solr.search.facet that return types with arguments of type FacetRequest Modifier and Type Method Description Map<String,FacetRequest>FacetRequest. getSubFacets()Methods in org.apache.solr.search.facet with parameters of type FacetRequest Modifier and Type Method Description voidFacetRequest. addSubFacet(String key, FacetRequest facetRequest)Collection<String>FacetMerger.Context. getSubsWithPartial(FacetRequest freq)Collection<String>FacetMerger.Context. getSubsWithRefinement(FacetRequest freq)
-