docs: can't use same call out twice

This commit is contained in:
Martijn van Groningen 2015-11-18 15:16:13 +01:00
parent e443bfc492
commit d2ae3ffa36
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ curl -XPOST "http://localhost:9200/_field_stats?level=indices" -d '{
},
"max_value" : {
"lt" : "2015-01-01",
"format" : "date_optional_time" <1>
"format" : "date_optional_time"
}
}
}