PUT 索引名/_mapping
{
"properties": {
"字段名": {
"type": "text",
"analyzer": "my_analyzer"
}
}
}
PUT 索引名/_mapping
{
"properties": {
"字段名": {
"type": "text",
"analyzer": "my_analyzer"
}
}
}