OpenSearch/rest-api-spec/api/indices.analyze.json

33 lines
511 B
JSON
Raw Normal View History

{
"indices.analyze": {
"documentation": "",
"methods": ["GET", "POST"],
"url": {
"path": "/_analyze",
"paths": ["/_analyze", "/{index}/_analyze"],
"parts": {
"index": {
}
},
"params": {
"text": {
},
"index": {
},
"prefer_local": {
},
"analyzer": {
},
"field": {
},
"tokenizer": {
},
"filters": {
}
}
},
"body": {
}
}
}