org.hibernate.search.query.facet
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()
Facets for this requestint getMaxNumberOfFacets()
boolean hasZeroCountsIncluded()
true if facets with a count of 0 should be included in the returned facet listCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved