PUT /tvu-tangible
{
"mappings": {
"properties": {
"createTimestamp": {
"type": "long"
},
"extraInfo": {
"type": "flat_object"
},
"distinction": {
"type": "keyword"
},
"hold": {
"type": "nested",
"properties": {
"appName": {
"type": "keyword"
},
"description": {
"type": "text"
},
"user": {
"type": "keyword"
}
}
},
"tangibleId": {
"type": "keyword",
"normalizer": "lowercase_normalizer"
},
"tangibleName": {
"type": "text",
"fields": {
"keywords": {
"type": "keyword"
}
}
},
"tangibleType": {
"type": "keyword",
"normalizer": "lowercase_normalizer"
},
"updateTimestamp": {
"type": "long"
}
}
},
"settings": {
"index": {
"refresh_interval": "2s",
"number_of_shards": "1",
"max_result_window": "1000000",
"unassigned": {
"node_left": {
"delayed_timeout": "300s"
}
},
"analysis": {
"normalizer": {
"lowercase_normalizer": {
"filter": [
"lowercase"
],
"type": "custom",
"char_filter": []
}
}
},
"number_of_replicas": "2"
}
}
}POST /_aliases
{
"actions": [
{
"add": {
"index": "tvu-object-2026",
"alias": "tvu-object-unified"
}
},
{
"add": {
"index": "tvu-relationships-tangible-2026",
"alias": "tvu-relationships-tangible-unified"
}
}
]
}POST /_aliases
{
"actions": [
{
"add": {
"index": "tvu-tangible",
"alias": "tvu-tangible-last-3-years"
}
},
{
"add": {
"index": "tvu-tangible",
"alias": "tvu-tangible-current-year"
}
}
]
}GET _cat/shards/tvu-tangible?v&h=index,shard,prirep,state,node&s=node