Browse Source

docs: can't use same call out twice

Martijn van Groningen 10 years ago
parent
commit
d2ae3ffa36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/field-stats.asciidoc

+ 1 - 1
docs/reference/search/field-stats.asciidoc

@@ -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"
          }
       }
    }