public class ValueGeoDistanceFacetExecutor extends GeoDistanceFacetExecutor
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueGeoDistanceFacetExecutor.Aggregator |
FacetExecutor.Mode, FacetExecutor.Post| Constructor and Description |
|---|
ValueGeoDistanceFacetExecutor(IndexGeoPointFieldData indexFieldData,
double lat,
double lon,
DistanceUnit unit,
GeoDistance geoDistance,
GeoDistanceFacet.Entry[] entries,
SearchContext context,
IndexNumericFieldData valueIndexFieldData) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.search.facet.geodistance.ValueGeoDistanceFacetExecutor.Collector |
collector()
A collector based facet implementation, collection the facet as hits match.
|
buildFacetpostpublic ValueGeoDistanceFacetExecutor(IndexGeoPointFieldData indexFieldData, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context, IndexNumericFieldData valueIndexFieldData)
public org.elasticsearch.search.facet.geodistance.ValueGeoDistanceFacetExecutor.Collector collector()
FacetExecutorcollector in class GeoDistanceFacetExecutorCopyright © 2009–2016. All rights reserved.