الملفات
back_end_oudelaa/ops/atlas-search/users_search.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"
}
]
}
}
}