fix comment
This commit is contained in:
parent
32e26a6bd0
commit
6ed89ad406
|
@ -73,8 +73,8 @@ public class GeoDistanceFacetCollectorParser implements FacetCollectorParser {
|
|||
} else if (token == XContentParser.Token.START_ARRAY) {
|
||||
if ("ranges".equals(currentName) || "entries".equals(currentName)) {
|
||||
// "ranges" : [
|
||||
// { "from" : "0', to : "12.5" }
|
||||
// { "from" : "12.5" }
|
||||
// { "from" : 0, "to" : 12.5 }
|
||||
// { "from" : 12.5 }
|
||||
// ]
|
||||
while ((token = parser.nextToken()) != XContentParser.Token.END_ARRAY) {
|
||||
double from = Double.NEGATIVE_INFINITY;
|
||||
|
|
Loading…
Reference in New Issue