use of org.apache.lucene.spatial.geopoint.search.GeoPointDistanceQuery in project elasticsearch by elastic.
the class PlainHighlighterTests method testGeoPointInBBoxQueryHighlighting.
public void testGeoPointInBBoxQueryHighlighting() throws IOException, InvalidTokenOffsetsException {
Query geoQuery = new GeoPointDistanceQuery("geo_point", -64.92354174306496, -170.15625, 5576757);
checkGeoQueryHighlighting(geoQuery);
}
Aggregations