Class FacetComponent.FieldFacet
java.lang.Object
org.apache.solr.handler.component.FacetComponent.FacetBase
org.apache.solr.handler.component.FacetComponent.FieldFacet
- Direct Known Subclasses:
FacetComponent.DistribFieldFacet
- Enclosing class:
FacetComponent
This API is experimental and subject to change
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillParams(ResponseBuilder rb, org.apache.solr.common.params.SolrParams params, String field) Methods inherited from class org.apache.solr.handler.component.FacetComponent.FacetBase
getExcludeTags, getKey, getTags, getThreadCount, getType
-
Field Details
-
field
-
ftype
-
offset
public int offset -
limit
public int limit -
minCount
public int minCount -
sort
-
missing
public boolean missing -
prefix
-
missingCount
public long missingCount
-
-
Constructor Details
-
FieldFacet
-
-
Method Details
-
fillParams
protected void fillParams(ResponseBuilder rb, org.apache.solr.common.params.SolrParams params, String field)
-