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.
|
buildFacet
post
public 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()
FacetExecutor
collector
in class GeoDistanceFacetExecutor
Copyright © 2009–2015. All rights reserved.