mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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…
x
Reference in New Issue
Block a user