File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ import { Rescore } from '@global/search/_types/rescoring'
41
41
import { SourceConfig } from '@global/search/_types/SourceFilter'
42
42
import { RuntimeFields } from '@_types/mapping/RuntimeFields'
43
43
import { ScriptField } from '@_types/Scripting'
44
- import { SlicedScroll } from '@_types/SlicedScroll'
45
44
import { KnnQuery } from '@_types/Knn'
46
45
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
47
46
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export type CharFilterDefinition =
42
42
43
43
export class HtmlStripCharFilter extends CharFilterBase {
44
44
type : 'html_strip'
45
+ escaped_tags ?: string [ ]
45
46
}
46
47
47
48
export class MappingCharFilter extends CharFilterBase {
You can’t perform that action at this time.
0 commit comments