mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
Added char_filters param to indices.analyze spec
This commit is contained in:
parent
d356881664
commit
5937cefd85
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user