| Package | Description |
|---|---|
| org.hibernate.search.query.dsl.impl | |
| org.hibernate.search.query.engine.impl | |
| org.hibernate.search.query.engine.spi | |
| org.hibernate.search.query.facet |
This package contains the classes for the public faceting API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFacet
A single facet (field value and count).
|
class |
RangeFacetImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
abstract Facet |
FacetingRequestImpl.createFacet(String value,
int count) |
Facet |
RangeFacetRequest.createFacet(String value,
int count) |
Facet |
DiscreteFacetRequest.createFacet(String value,
int count) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Facet>> |
QueryHits.getFacets() |
List<Facet> |
FacetManagerImpl.getFacets(String facetingName) |
| Modifier and Type | Method and Description |
|---|---|
int |
FacetComparators.FacetComparator.compare(Facet facet1,
Facet facet2) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetManagerImpl.setFacetResults(Map<String,List<Facet>> facetResults) |
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
FacetManager.getFacets(String facetingName)
Returns the
Facets 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–2016 Hibernate. All rights reserved.