File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
specification/_global/reindex Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 */
1919
2020import {
21- Fields ,
2221 IndexName ,
2322 Indices ,
2423 OpType ,
@@ -34,6 +33,7 @@ import { QueryContainer } from '@_types/query_dsl/abstractions'
3433import { SlicedScroll } from '@_types/SlicedScroll'
3534import { Sort } from '@_types/sort'
3635import { Duration } from '@_types/Time'
36+ import { SourceConfig } from '@global/search/_types/SourceFilter'
3737import { Dictionary } from '@spec_utils/Dictionary'
3838
3939export class Destination {
@@ -105,7 +105,7 @@ export class Source {
105105 * Set it to a list to reindex select fields.
106106 * @server_default true
107107 * @codegen_name source_fields */
108- _source ?: Fields
108+ _source ?: SourceConfig
109109 runtime_mappings ?: RuntimeFields
110110}
111111
You can’t perform that action at this time.
0 commit comments