Skip to content

Commit

Permalink
REST spec: Added update_all_types to indices.put_mapping and indices.…
Browse files Browse the repository at this point in the history
…create

Closes #12840
  • Loading branch information
clintongormley committed Aug 26, 2015
1 parent a0565f0 commit a254b2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -20,6 +20,10 @@
"master_timeout": {
"type" : "time",
"description" : "Specify timeout for connection to master"
},
"update_all_types": {
"type": "boolean",
"description": "Whether to update the mapping for all fields with the same name across all types or not"
}
}
},
Expand Down
Expand Up @@ -38,6 +38,10 @@
"options" : ["open","closed","none","all"],
"default" : "open",
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"update_all_types": {
"type": "boolean",
"description": "Whether to update the mapping for all fields with the same name across all types or not"
}
}
},
Expand Down

0 comments on commit a254b2d

Please sign in to comment.