Added char_filters param to indices.analyze spec

This commit is contained in:
Clinton Gormley 2014-05-05 18:07:50 +02:00
parent d356881664
commit 5937cefd85
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
"type" : "string",
"description" : "The name of the analyzer to use"
},
"char_filters": {
"type" : "list",
"description" : "A comma-separated list of character filters to use for the analysis"
},
"field": {
"type" : "string",
"description" : "Use the analyzer configured for this field (instead of passing the analyzer name)"