|
Spring Data Elasticsearch | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FacetResult | |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.facet | |
| org.springframework.data.elasticsearch.core.facet.result | |
| Uses of FacetResult in org.springframework.data.elasticsearch.core |
|---|
| Methods in org.springframework.data.elasticsearch.core that return FacetResult | |
|---|---|
FacetResult |
FacetedPage.getFacet(String name)
|
FacetResult |
FacetedPageImpl.getFacet(String name)
|
| Methods in org.springframework.data.elasticsearch.core that return types with arguments of type FacetResult | |
|---|---|
List<FacetResult> |
FacetedPage.getFacets()
|
List<FacetResult> |
FacetedPageImpl.getFacets()
|
| Constructor parameters in org.springframework.data.elasticsearch.core with type arguments of type FacetResult | |
|---|---|
FacetedPageImpl(List<T> content,
Pageable pageable,
long total,
List<FacetResult> facets)
|
|
| Uses of FacetResult in org.springframework.data.elasticsearch.core.facet |
|---|
| Classes in org.springframework.data.elasticsearch.core.facet that implement FacetResult | |
|---|---|
class |
AbstractFacetResult
|
| Methods in org.springframework.data.elasticsearch.core.facet that return FacetResult | |
|---|---|
static FacetResult |
DefaultFacetMapper.parse(org.elasticsearch.search.facet.Facet facet)
|
| Uses of FacetResult in org.springframework.data.elasticsearch.core.facet.result |
|---|
| Classes in org.springframework.data.elasticsearch.core.facet.result that implement FacetResult | |
|---|---|
class |
HistogramResult
|
class |
RangeResult
Basic term facet result |
class |
StatisticalResult
|
class |
TermResult
Basic term facet result |
|
Spring Data Elasticsearch | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||