Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscreteFacetContext |
interface |
FacetRangeAboveContext<T> |
interface |
FacetRangeBelowContinuationContext<T> |
interface |
FacetRangeEndContext<T> |
Modifier and Type | Method and Description |
---|---|
FacetParameterContext |
FacetParameterContext.includeZeroCounts(boolean zeroCounts) |
FacetParameterContext |
FacetParameterContext.maxFacetCount(int maxFacetCount)
Limits the maximum numbers of facets to the specified number.
|
FacetParameterContext |
FacetParameterContext.orderedBy(FacetSortOrder sort) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.