26 lines
540 B
JSON
26 lines
540 B
JSON
|
{
|
||
|
"settings": {
|
||
|
"number_of_shards": 3,
|
||
|
"number_of_replicas": 1,
|
||
|
"analysis": {
|
||
|
"normalizer": {
|
||
|
"lowercase": {
|
||
|
"type": "custom",
|
||
|
"filter": [
|
||
|
"lowercase"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"mappings": {
|
||
|
"properties": {
|
||
|
"clientId": {
|
||
|
"type": "text"
|
||
|
},
|
||
|
"name": {
|
||
|
"type": "text"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|