17 lines
325 B
JSON
17 lines
325 B
JSON
|
{
|
||
|
"settings": {
|
||
|
"index": {
|
||
|
"number_of_shards": 3,
|
||
|
"number_of_replicas": 1,
|
||
|
"sort.field": "topic",
|
||
|
"sort.order": "asc"
|
||
|
}
|
||
|
},
|
||
|
"mappings": {
|
||
|
"properties": {
|
||
|
"topic": {
|
||
|
"type": "keyword"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|