public interface FacetingRequest
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_FACET_COUNT
The default maximum number of facets when
getMaxNumberOfFacets() is negative. |
Modifier and Type | Method and Description |
---|---|
String |
getFacetingName() |
String |
getFieldName() |
int |
getMaxNumberOfFacets() |
FacetSortOrder |
getSort() |
boolean |
hasZeroCountsIncluded() |
static final int DEFAULT_MAX_FACET_COUNT
getMaxNumberOfFacets()
is negative.String getFacetingName()
String getFieldName()
FacetSortOrder 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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.