| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.facet | |
| org.springframework.data.elasticsearch.core.facet.result |
| Modifier and Type | Method and Description |
|---|---|
FacetResult |
FacetedPageImpl.getFacet(String name) |
FacetResult |
FacetedPage.getFacet(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<FacetResult> |
FacetedPageImpl.getFacets() |
List<FacetResult> |
FacetedPage.getFacets() |
| Constructor and Description |
|---|
FacetedPageImpl(List<T> content,
Pageable pageable,
long total,
List<FacetResult> facets) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFacetResult |
| Modifier and Type | Method and Description |
|---|---|
static FacetResult |
DefaultFacetMapper.parse(org.elasticsearch.search.facet.Facet facet) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistogramResult |
class |
RangeResult
Basic term facet result
|
class |
StatisticalResult |
class |
TermResult
Basic term facet result
|
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.