mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
Format param for analyze API
This commit is contained in:
parent
eba4d9e59e
commit
0b747c1a11
@ -39,6 +39,12 @@
|
||||
"tokenizer": {
|
||||
"type" : "string",
|
||||
"description" : "The name of the tokenizer to use for the analysis"
|
||||
},
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"options" : ["detailed","text"],
|
||||
"default": "detailed",
|
||||
"description": "Format of the output"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user