OKR/datatypes/es/client.json

26 lines
540 B
JSON
Raw Normal View History

2023-07-21 18:05:03 +08:00
{
"settings": {
"number_of_shards": 3,
"number_of_replicas": 1,
"analysis": {
"normalizer": {
"lowercase": {
"type": "custom",
"filter": [
"lowercase"
]
}
}
}
},
"mappings": {
"properties": {
"clientId": {
"type": "text"
},
"name": {
"type": "text"
}
}
}
}