[DOCS] Correct field name in date_nanos doc (#54556)

This commit is contained in:
bellengao 2020-04-01 20:22:04 +08:00 committed by Christoph Büscher
parent f670ae0bc8
commit e9c201b446
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ GET my_index/_search
{
"docvalue_fields" : [
{
"field" : "my_ip_field",
"field" : "date",
"format": "strict_date_time" <7>
}
]