public static class FacetComponent.DistribFieldFacet extends FacetComponent.FieldFacet
Modifier and Type | Field and Description |
---|---|
List<String>[] |
_toRefine |
FixedBitSet[] |
counted |
HashMap<String,FacetComponent.ShardFacetCount> |
counts |
FacetComponent.ShardFacetCount[] |
countSorted |
int |
initialLimit |
int |
initialMincount |
long[] |
missingMax |
long |
missingMaxPossible |
boolean |
needRefinements |
int |
overrequestCount |
double |
overrequestRatio |
int |
termNum |
field, ftype, limit, minCount, missing, missingCount, offset, prefix, sort
Modifier and Type | Method and Description |
---|---|
protected void |
fillParams(ResponseBuilder rb,
SolrParams params,
String field) |
FacetComponent.ShardFacetCount[] |
getCountSorted() |
FacetComponent.ShardFacetCount[] |
getLexSorted() |
protected void |
incCount(FacetComponent.ShardFacetCount sfc,
long count) |
void |
respectMinCount(long minCount) |
getExcludeTags, getKey, getTags, getThreadCount, getType
public long missingMaxPossible
public long[] missingMax
public FixedBitSet[] counted
public HashMap<String,FacetComponent.ShardFacetCount> counts
public int termNum
public int initialLimit
public int initialMincount
public double overrequestRatio
public int overrequestCount
public boolean needRefinements
public FacetComponent.ShardFacetCount[] countSorted
protected void fillParams(ResponseBuilder rb, SolrParams params, String field)
fillParams
in class FacetComponent.FieldFacet
protected void incCount(FacetComponent.ShardFacetCount sfc, long count)
public FacetComponent.ShardFacetCount[] getLexSorted()
public FacetComponent.ShardFacetCount[] getCountSorted()
public void respectMinCount(long minCount)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.