public interface FacetingRequest
Modifier and Type | Method and Description |
---|---|
String |
getFacetingName() |
String |
getFieldName() |
int |
getMaxNumberOfFacets() |
FacetSortOrder |
getSort() |
boolean |
hasZeroCountsIncluded() |
String getFacetingName()
String getFieldName()
Document
field name on which this faceting request is defined onFacetSortOrder getSort()
Facet
s for this requestint getMaxNumberOfFacets()
boolean hasZeroCountsIncluded()
true
if facets with a count of 0 should be included in the returned facet listCopyright © 2006-2017 Red Hat, Inc. All Rights Reserved