mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Correcting maxRadius units in GeoDistanceRangeQueryTest
This commit is contained in:
parent
95c4846e58
commit
42470c252c
@ -71,7 +71,7 @@ public class GeoDistanceRangeQueryTests extends AbstractQueryTestCase<GeoDistanc
|
|||||||
builder.from(fromValueMeters);
|
builder.from(fromValueMeters);
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
builder.to(toValue);
|
builder.to(toValueMeters);
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
builder.from(fromValueMeters);
|
builder.from(fromValueMeters);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user