rm some sensitive info (#157)

This commit is contained in:
KevinHuSh
2024-03-27 13:24:35 +08:00
committed by GitHub
parent 37185466e2
commit 0cb95c688e
3 changed files with 37 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
{
{
"settings": {
"index": {
"number_of_shards": 4,
@@ -29,6 +29,33 @@
}
}
},
{
"ulong": {
"match": "*_ulong",
"mapping": {
"type": "unsigned_long",
"store": "true"
}
}
},
{
"long": {
"match": "*_long",
"mapping": {
"type": "long",
"store": "true"
}
}
},
{
"short": {
"match": "*_short",
"mapping": {
"type": "short",
"store": "true"
}
}
},
{
"numeric": {
"match": "*_flt",