aboutsummaryrefslogtreecommitdiffstats
path: root/search-data-service-app/src/test/resources/json/simpleDocument.json
blob: c21c574671990cb5cf0c77989e1202f7a63fcf48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "fields": [
    {
      "name": "serverName",
      "data-type": "string",
      "searchable": true,
      "search-analyzer": "whitespace",
      "sub-fields": []
    },
    {
      "name": "serverComplex",
      "data-type": "string",
      "search-analyzer": "whitespace",
      "sub-fields": []
    }
  ]
}