OKR/datatypes/es/question-topics.json

17 lines
325 B
JSON
Raw Normal View History

2023-07-21 18:05:03 +08:00
{
"settings": {
"index": {
"number_of_shards": 3,
"number_of_replicas": 1,
"sort.field": "topic",
"sort.order": "asc"
}
},
"mappings": {
"properties": {
"topic": {
"type": "keyword"
}
}
}
}