获取索引对应的 setting
GET /es/:target/_settings
请求示例
GET http://localhost:4080/es/myindex/_settings
响应
{
"myindex": {
"settings": {
"analysis": {
"analyzer": {
"default": {
"type": "standard"
}
}
}
}
}
}
GET /es/:target/_settings
GET http://localhost:4080/es/myindex/_settings
{
"myindex": {
"settings": {
"analysis": {
"analyzer": {
"default": {
"type": "standard"
}
}
}
}
}
}
让时间为你证明