Package | Description |
---|---|
org.elasticsearch.search.facet | |
org.elasticsearch.search.facet.statistical |
Modifier and Type | Method and Description |
---|---|
static StatisticalFacetBuilder |
FacetBuilders.statisticalFacet(String facetName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StatisticalFacetBuilder |
StatisticalFacetBuilder.facetFilter(FilterBuilder filter) |
StatisticalFacetBuilder |
StatisticalFacetBuilder.field(String field) |
StatisticalFacetBuilder |
StatisticalFacetBuilder.fields(String... fields)
The fields the terms will be collected from.
|
StatisticalFacetBuilder |
StatisticalFacetBuilder.global(boolean global)
Marks the facet to run in a global scope, not bounded by any query.
|
StatisticalFacetBuilder |
StatisticalFacetBuilder.nested(String nested)
Sets the nested path the facet will execute on.
|
Copyright © 2009–2015. All rights reserved.