public static class FacetComponent.FieldFacet extends FacetComponent.FacetBase
Modifier and Type | Field and Description |
---|---|
String |
field |
FieldType |
ftype |
int |
limit |
int |
minCount |
boolean |
missing |
long |
missingCount |
int |
offset |
String |
prefix |
String |
sort |
Constructor and Description |
---|
FieldFacet(ResponseBuilder rb,
String facetStr) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillParams(ResponseBuilder rb,
SolrParams params,
String field) |
getExcludeTags, getKey, getTags, getThreadCount, getType
public String field
public FieldType ftype
public int offset
public int limit
public int minCount
public String sort
public boolean missing
public String prefix
public long missingCount
public FieldFacet(ResponseBuilder rb, String facetStr)
protected void fillParams(ResponseBuilder rb, SolrParams params, String field)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.