public class GeoDistanceFacetExecutor extends FacetExecutor
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoDistanceFacetExecutor
|
FacetExecutor.Mode , FacetExecutor.Post | Constructor and Description |
|---|
GeoDistanceFacetExecutor(IndexGeoPointFieldData
|
| Modifier and Type | Method and Description |
|---|---|
InternalFacet |
buildFacet(String
Builds the facet.
|
org |
collector()
A collector based facet implementation, collection the facet as hits match.
|
postpublic GeoDistanceFacetExecutor(IndexGeoPointFieldDataindexFieldData, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet .Entry [] entries, SearchContext context)
public org.elasticsearch .search .facet .geodistance .GeoDistanceFacetExecutor .Collector collector()
FacetExecutor
public InternalFacetbuildFacet(String facetName)
FacetExecutor