summaryrefslogtreecommitdiffstats
path: root/tests/auto/partition/json/index-casesensitive.json
blob: bcccd56264c94dd4f664ac604579774bd096d51d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
  {
    "_type": "IndexCaseSensitive",
    "field": "aaa"
  },
  {
    "_type": "IndexCaseSensitive",
    "field": "aBB"
  },
  {
    "_type": "IndexCaseSensitive",
    "field": "Aba"
  },
  {
    "_type": "IndexCaseSensitive",
    "field": "Aab"
  },
  {
    "_type": "IndexCaseSensitive",
    "field": "AAA"
  },
  {
    "_type": "IndexCaseSensitive",
    "field": "Aaa"
  },
  {
    "_type": "IndexCaseSensitive",
    "field": "AAa"
  },
  {
    "_type": "Index",
    "name": "caseSensitiveIndex",
    "propertyName": "field",
    "propertyType": "string",
    "caseSensitive": true
  },
  {
    "_type": "Index",
    "name": "caseInSensitiveIndex",
    "propertyName": "field",
    "propertyType": "string",
    "caseSensitive": false
  }
]