public final class CustomBooleanFacetValuesBuilder extends java.lang.Object implements CustomFacetValuesBuilder
Modifier and Type | Field and Description |
---|---|
private static FacetValueFillUp |
FILLER |
Constructor and Description |
---|
CustomBooleanFacetValuesBuilder() |
Modifier and Type | Method and Description |
---|---|
private FacetValue |
createBooleanValue(CustomSearchFilterAttribute attribute,
org.apache.solr.client.solrj.response.FacetField.Count count) |
java.util.List<FacetValue> |
getFacetValues(org.apache.solr.client.solrj.response.QueryResponse response,
SearchRequest request,
CustomSearchFilterAttribute attribute) |
CustomSearchFilterAttributeType |
getType() |
private static final FacetValueFillUp FILLER
public CustomSearchFilterAttributeType getType()
getType
in interface CustomFacetValuesBuilder
public java.util.List<FacetValue> getFacetValues(org.apache.solr.client.solrj.response.QueryResponse response, SearchRequest request, CustomSearchFilterAttribute attribute)
getFacetValues
in interface CustomFacetValuesBuilder
private FacetValue createBooleanValue(CustomSearchFilterAttribute attribute, org.apache.solr.client.solrj.response.FacetField.Count count)