parent
2276ff6283
commit
2af6f3fbff
|
@ -145,8 +145,8 @@ public class GeoDistanceParser implements Aggregator.Parser {
|
|||
+ currentFieldName + "].", parser.getTokenLocation());
|
||||
}
|
||||
} else {
|
||||
throw new SearchParseException(context, "Unexpected token " + token + " in [" + aggregationName + "].",
|
||||
parser.getTokenLocation());
|
||||
throw new SearchParseException(context, "Unexpected token " + token + " in [" + aggregationName + "]: ["
|
||||
+ currentFieldName + "].", parser.getTokenLocation());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue