47 أسطر
945 B
JSON
47 أسطر
945 B
JSON
{
|
|
"mappings": {
|
|
"dynamic": false,
|
|
"fields": {
|
|
"username": [
|
|
{
|
|
"type": "autocomplete",
|
|
"tokenization": "edgeGram",
|
|
"minGrams": 2,
|
|
"maxGrams": 15,
|
|
"foldDiacritics": true
|
|
},
|
|
{
|
|
"type": "string",
|
|
"analyzer": "lucene.keyword"
|
|
}
|
|
],
|
|
"name": [
|
|
{
|
|
"type": "autocomplete",
|
|
"tokenization": "edgeGram",
|
|
"minGrams": 2,
|
|
"maxGrams": 15,
|
|
"foldDiacritics": true
|
|
},
|
|
{
|
|
"type": "string",
|
|
"analyzer": "lucene.standard"
|
|
}
|
|
],
|
|
"stageName": [
|
|
{
|
|
"type": "autocomplete",
|
|
"tokenization": "edgeGram",
|
|
"minGrams": 2,
|
|
"maxGrams": 15,
|
|
"foldDiacritics": true
|
|
},
|
|
{
|
|
"type": "string",
|
|
"analyzer": "lucene.standard"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|