Class FacetComponent.DistribFieldFacet
java.lang.Object
org.apache.solr.handler.component.FacetComponent.FacetBase
org.apache.solr.handler.component.FacetComponent.FieldFacet
org.apache.solr.handler.component.FacetComponent.DistribFieldFacet
- Enclosing class:
FacetComponent
This API is experimental and subject to change
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.apache.lucene.util.FixedBitSet[]intintlong[]longbooleanintdoubleintFields inherited from class org.apache.solr.handler.component.FacetComponent.FieldFacet
field, ftype, limit, minCount, missing, missingCount, offset, prefix, sort -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillParams(ResponseBuilder rb, org.apache.solr.common.params.SolrParams params, String field) protected voidincCount(FacetComponent.ShardFacetCount sfc, long count) voidrespectMinCount(long minCount) Methods inherited from class org.apache.solr.handler.component.FacetComponent.FacetBase
getExcludeTags, getKey, getTags, getThreadCount, getType
-
Field Details
-
_toRefine
-
missingMaxPossible
public long missingMaxPossible -
missingMax
public long[] missingMax -
counted
public org.apache.lucene.util.FixedBitSet[] counted -
counts
-
termNum
public int termNum -
initialLimit
public int initialLimit -
initialMincount
public int initialMincount -
overrequestRatio
public double overrequestRatio -
overrequestCount
public int overrequestCount -
needRefinements
public boolean needRefinements -
countSorted
-
-
Method Details
-
fillParams
protected void fillParams(ResponseBuilder rb, org.apache.solr.common.params.SolrParams params, String field) - Overrides:
fillParamsin classFacetComponent.FieldFacet
-
incCount
-
getLexSorted
-
getCountSorted
-
respectMinCount
public void respectMinCount(long minCount)
-