File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -144,25 +144,25 @@ Custom normalizers are [defined within the index schema](/rest/api/searchservice
144
144
" char_filter_name_2"
145
145
],
146
146
"tokenFilters" :[
147
- "token_filter_name_1
147
+ " token_filter_name_1"
148
148
]
149
149
}
150
150
],
151
151
"charFilters" :(optional)[
152
152
{
153
153
"name" :" char_filter_name_1" ,
154
154
"@odata.type" :" #char_filter_type" ,
155
- "option1" :value1,
156
- "option2" :value2,
155
+ "option1" : " value1" ,
156
+ "option2" : " value2" ,
157
157
...
158
158
}
159
159
],
160
160
"tokenFilters" :(optional)[
161
161
{
162
162
"name" :" token_filter_name_1" ,
163
163
"@odata.type" :" #token_filter_type" ,
164
- "option1" :value1,
165
- "option2" :value2,
164
+ "option1" : " value1" ,
165
+ "option2" : " value2" ,
166
166
...
167
167
}
168
168
]
@@ -205,7 +205,7 @@ The example below illustrates a custom normalizer definition with corresponding
205
205
"charFilters" :[
206
206
" map_dash" ,
207
207
" remove_whitespace"
208
- ],,
208
+ ],
209
209
"tokenFilters" :[
210
210
" my_asciifolding" ,
211
211
" elision" ,
You can’t perform that action at this time.
0 commit comments