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