Integrate Oudelaa backend features, security, tests, and deployment updates

هذا الالتزام موجود في:
boutmoun123
2026-07-26 16:58:53 +03:00
الأصل 1b24ca4294
التزام 2fd5322ef7
178 ملفات معدلة مع 19068 إضافات و2592 حذوفات

عرض الملف

@@ -0,0 +1,44 @@
{
"mappings": {
"dynamic": false,
"fields": {
"content": {
"type": "string",
"analyzer": "lucene.standard"
},
"contentTop": {
"type": "string",
"analyzer": "lucene.standard"
},
"contentBottom": {
"type": "string",
"analyzer": "lucene.standard"
},
"hashtags": [
{
"type": "autocomplete",
"tokenization": "edgeGram",
"minGrams": 2,
"maxGrams": 15,
"foldDiacritics": true
},
{
"type": "string",
"analyzer": "lucene.keyword"
}
],
"style": {
"type": "string",
"analyzer": "lucene.standard"
},
"maqam": {
"type": "string",
"analyzer": "lucene.standard"
},
"rhythmSignature": {
"type": "string",
"analyzer": "lucene.standard"
}
}
}
}

عرض الملف

@@ -0,0 +1,46 @@
{
"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"
}
]
}
}
}