public class FacetField extends FacetRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
FacetField.FacetMethod |
FacetRequest.Domain, FacetRequest.FacetSort, FacetRequest.RefineMethod, FacetRequest.SortDirection| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_FACET_LIMIT |
domain, facetStats, processEmpty, subFacets| Constructor and Description |
|---|
FacetField() |
| Modifier and Type | Method and Description |
|---|---|
FacetMerger |
createFacetMerger(Object prototype) |
FacetProcessor |
createFacetProcessor(org.apache.solr.search.facet.FacetContext fcontext) |
Map<String,Object> |
getFacetDescription() |
FacetRequest.RefineMethod |
getRefineMethod()
Returns null if unset
|
boolean |
returnsPartial()
Returns true if this facet can return just some of the facet buckets that match all the criteria.
|
addStat, addSubFacet, canProduceFromEmpty, doRefine, getFacetStats, getSubFacets, parse, parseOneFacetReq, process, toStringpublic static final int DEFAULT_FACET_LIMIT
public FacetProcessor createFacetProcessor(org.apache.solr.search.facet.FacetContext fcontext)
createFacetProcessor in class FacetRequestpublic FacetMerger createFacetMerger(Object prototype)
createFacetMerger in class FacetRequestpublic Map<String,Object> getFacetDescription()
getFacetDescription in class FacetRequestpublic FacetRequest.RefineMethod getRefineMethod()
FacetRequestgetRefineMethod in class FacetRequestpublic boolean returnsPartial()
FacetRequestreturnsPartial in class FacetRequestCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.