Correcting maxRadius units in GeoDistanceRangeQueryTest

This commit is contained in:
Nicholas Knize 2015-11-13 11:18:36 -06:00
parent 95c4846e58
commit 42470c252c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class GeoDistanceRangeQueryTests extends AbstractQueryTestCase<GeoDistanc
builder.from(fromValueMeters);
break;
case 1:
builder.to(toValue);
builder.to(toValueMeters);
break;
case 2:
builder.from(fromValueMeters);