Package org.apache.solr.search.facet
Class FacetRange
java.lang.Object
org.apache.solr.search.facet.FacetRequest
org.apache.solr.search.facet.FacetRange
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.search.facet.FacetRequest
FacetRequest.Domain, FacetRequest.FacetSort, FacetRequest.RefineMethod, FacetRequest.SortDirection -
Field Summary
Fields inherited from class org.apache.solr.search.facet.FacetRequest
domain, facetStats, processEmpty, subFacets -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFacetMerger(Object prototype) createFacetProcessor(FacetContext fcontext) Returns null if unsetbooleanReturns true if this facet can return just some of the facet buckets that match all the criteria.Methods inherited from class org.apache.solr.search.facet.FacetRequest
addStat, addSubFacet, canProduceFromEmpty, doRefine, getFacetStats, getSubFacets, parse, parseOneFacetReq, process, toString
-
Constructor Details
-
FacetRange
public FacetRange()
-
-
Method Details
-
createFacetProcessor
- Specified by:
createFacetProcessorin classFacetRequest
-
createFacetMerger
- Specified by:
createFacetMergerin classFacetRequest
-
getFacetDescription
- Specified by:
getFacetDescriptionin classFacetRequest
-
getRefineMethod
Description copied from class:FacetRequestReturns null if unset- Overrides:
getRefineMethodin classFacetRequest
-
returnsPartial
public boolean returnsPartial()Description copied from class:FacetRequestReturns true if this facet can return just some of the facet buckets that match all the criteria. This is normally true only for facets with a limit.- Overrides:
returnsPartialin classFacetRequest
-