File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,17 @@ func TestSearch_ListIndexes(t *testing.T) {
67
67
"plot": {
68
68
"analyzer": "lucene.standard",
69
69
"type": "string"
70
- }
70
+ },
71
+ "title": [
72
+ {
73
+ "analyzer": "lucene.keyword",
74
+ "searchAnalyzer": "lucene.keyword",
75
+ "type": "string"
76
+ },
77
+ {
78
+ "type": "autocomplete"
79
+ }
80
+ ]
71
81
}
72
82
},
73
83
"name": "SearchIndex1",
@@ -123,6 +133,16 @@ func TestSearch_ListIndexes(t *testing.T) {
123
133
"analyzer" : "lucene.standard" ,
124
134
"type" : "string" ,
125
135
},
136
+ "title" : []interface {}{
137
+ map [string ]interface {}{
138
+ "analyzer" : "lucene.keyword" ,
139
+ "searchAnalyzer" : "lucene.keyword" ,
140
+ "type" : "string" ,
141
+ },
142
+ map [string ]interface {}{
143
+ "type" : "autocomplete" ,
144
+ },
145
+ },
126
146
},
127
147
},
128
148
Name : "SearchIndex1" ,
You can’t perform that action at this time.
0 commit comments