Modifier and Type | Class and Description |
---|---|
class |
GeoPointBinaryDVIndexFieldData |
class |
GeoPointCompressedIndexFieldData |
class |
GeoPointDoubleArrayIndexFieldData |
Constructor and Description |
---|
GeoDistanceFilter(double lat,
double lon,
double distance,
GeoDistance geoDistance,
IndexGeoPointFieldData indexFieldData,
GeoPointFieldMapper mapper,
String optimizeBbox) |
GeoDistanceRangeFilter(GeoPoint point,
Double lowerVal,
Double upperVal,
boolean includeLower,
boolean includeUpper,
GeoDistance geoDistance,
GeoPointFieldMapper mapper,
IndexGeoPointFieldData indexFieldData,
String optimizeBbox) |
GeoPolygonFilter(IndexGeoPointFieldData indexFieldData,
GeoPoint... points) |
InMemoryGeoBoundingBoxFilter(GeoPoint topLeft,
GeoPoint bottomRight,
IndexGeoPointFieldData indexFieldData) |
Modifier and Type | Field and Description |
---|---|
protected IndexGeoPointFieldData |
ValuesSource.GeoPoint.indexFieldData |
Constructor and Description |
---|
GeoPoint(IndexGeoPointFieldData indexFieldData,
ValuesSource.MetaData metaData) |
Constructor and Description |
---|
GeoDistanceFacetExecutor(IndexGeoPointFieldData indexFieldData,
double lat,
double lon,
DistanceUnit unit,
GeoDistance geoDistance,
GeoDistanceFacet.Entry[] entries,
SearchContext context) |
ScriptGeoDistanceFacetExecutor(IndexGeoPointFieldData indexFieldData,
double lat,
double lon,
DistanceUnit unit,
GeoDistance geoDistance,
GeoDistanceFacet.Entry[] entries,
SearchContext context,
String scriptLang,
String script,
ScriptService.ScriptType scriptType,
Map<String,Object> params) |
ValueGeoDistanceFacetExecutor(IndexGeoPointFieldData indexFieldData,
double lat,
double lon,
DistanceUnit unit,
GeoDistance geoDistance,
GeoDistanceFacet.Entry[] entries,
SearchContext context,
IndexNumericFieldData valueIndexFieldData) |
Copyright © 2009–2015. All rights reserved.