Package | Description |
---|---|
org.hibernate.search.query.engine.spi | |
org.hibernate.search.query.facet |
This package contains the classes for the public faceting API.
|
Modifier and Type | Method and Description |
---|---|
List<Facet> |
FacetManager.getFacets(String facetingName)
Returns the
Facet s for a given facet name |
Modifier and Type | Interface and Description |
---|---|
interface |
RangeFacet<T> |
Modifier and Type | Method and Description |
---|---|
List<Facet> |
FacetSelection.getSelectedFacets() |
Modifier and Type | Method and Description |
---|---|
void |
FacetSelection.deselectFacets(Facet... facets) |
void |
FacetSelection.selectFacets(Facet... facets) |
void |
FacetSelection.selectFacets(FacetCombine combineBy,
Facet... facets) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.