We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779e3fb commit d27b593Copy full SHA for d27b593
specification/_global/msearch/types.ts
@@ -41,7 +41,6 @@ import { Rescore } from '@global/search/_types/rescoring'
41
import { SourceConfig } from '@global/search/_types/SourceFilter'
42
import { RuntimeFields } from '@_types/mapping/RuntimeFields'
43
import { ScriptField } from '@_types/Scripting'
44
-import { SlicedScroll } from '@_types/SlicedScroll'
45
import { KnnQuery } from '@_types/Knn'
46
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
47
specification/_types/analysis/char_filters.ts
@@ -42,6 +42,7 @@ export type CharFilterDefinition =
export class HtmlStripCharFilter extends CharFilterBase {
type: 'html_strip'
+ escaped_tags?: string[]
}
48
export class MappingCharFilter extends CharFilterBase {
0 commit comments