Package | Description |
---|---|
org.hibernate.search.query.facet |
This package contains the classes for the public faceting API.
|
Modifier and Type | Method and Description |
---|---|
static FacetCombine |
FacetCombine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetCombine[] |
FacetCombine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FacetSelection.selectFacets(FacetCombine combineBy,
Facet... facets) |
Copyright © 2006–2016 Hibernate. All rights reserved.