Browse Source

Updated date_formats to new dynamic_date_formats

Yousef 11 years ago
parent
commit
d7fda621e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/dynamic-mapping.asciidoc

+ 1 - 1
docs/reference/mapping/dynamic-mapping.asciidoc

@@ -59,7 +59,7 @@ root and inner object types:
 --------------------------------------------------
 {
     "_default_" : {
-        "date_formats" : ["yyyy-MM-dd", "dd-MM-yyyy", "date_optional_time"]
+        "dynamic_date_formats" : ["yyyy-MM-dd", "dd-MM-yyyy", "date_optional_time"]
     }
 }
 --------------------------------------------------