summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json
blob: 614ce2fb554e288599fbe2010114a8b165d96c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "settings": {
       "analysis": {
          "analyzer": {
             "standard": {
                 "type": "whitespace"
             }
          }
       }
    },
    "mappings": {
        "required-networkelement": {
            "date_detection": false
        },
        "maintenancemode": {
            "date_detection": false
        }
    }
}