|
|
@ -78,7 +78,7 @@ module.exports.tests.query = function(test, common) { |
|
|
|
'must': [ |
|
|
|
'must': [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
'geo_distance': { |
|
|
|
'geo_distance': { |
|
|
|
'distance': '50km', |
|
|
|
'distance': '500km', |
|
|
|
'distance_type': 'plane', |
|
|
|
'distance_type': 'plane', |
|
|
|
'optimize_bbox': 'indexed', |
|
|
|
'optimize_bbox': 'indexed', |
|
|
|
'_cache': true, |
|
|
|
'_cache': true, |
|
|
@ -139,7 +139,7 @@ module.exports.tests.query = function(test, common) { |
|
|
|
'must': [ |
|
|
|
'must': [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
'geo_distance': { |
|
|
|
'geo_distance': { |
|
|
|
'distance': '50km', |
|
|
|
'distance': '500km', |
|
|
|
'distance_type': 'plane', |
|
|
|
'distance_type': 'plane', |
|
|
|
'optimize_bbox': 'indexed', |
|
|
|
'optimize_bbox': 'indexed', |
|
|
|
'_cache': true, |
|
|
|
'_cache': true, |
|
|
|