File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -247,35 +247,20 @@ actions:
247
247
description : Simplify CharFilter definition
248
248
update :
249
249
x-model : true
250
- description : >
251
- Character filters that are used to preprocess characters before they are passed to the tokenizer.
252
- externalDocs :
253
- url : https://www.elastic.co/guide/en/elasticsearch/reference/master/analysis-charfilters.html
254
- description : Character filters reference
255
250
- target : " $.components['schemas']['_types.analysis:Tokenizer'].oneOf"
256
251
description : Remove existing oneOf definition for tokenizer
257
252
remove : true
258
253
- target : " $.components['schemas']['_types.analysis:Tokenizer']"
259
254
description : Simplify tokenizer definition
260
255
update :
261
256
x-model : true
262
- description : >
263
- A tokenizer to use to convert text into tokens.
264
- externalDocs :
265
- url : https://www.elastic.co/guide/en/elasticsearch/reference/master/analysis-tokenizers.html
266
- description : Tokenizer reference
267
257
- target : " $.components['schemas']['_types.analysis:TokenFilter'].oneOf"
268
258
description : Remove existing oneOf definition for tokenfilter
269
259
remove : true
270
260
- target : " $.components['schemas']['_types.analysis:TokenFilter']"
271
261
description : Simplify tokenfilter definition
272
262
update :
273
263
x-model : true
274
- description : >
275
- Token filters that are applied after the tokenizer.
276
- externalDocs :
277
- url : https://www.elastic.co/guide/en/elasticsearch/reference/master/analysis-tokenfilters.html
278
- description : Token filter reference
279
264
- target : " $.components['schemas']['security._types:RoleTemplateScript']"
280
265
description : Add x-model where recommended by Bump.sh
281
266
update :
You can’t perform that action at this time.
0 commit comments