Skip to content

Commit 728bb10

Browse files
committed
added 'remove_binary' to AttachmentProcessor (issue #727)
1 parent 244c7ef commit 728bb10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specification/ingest/_types/Processors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export class AttachmentProcessor extends ProcessorBase {
9999
indexed_chars_field?: Field
100100
properties?: string[]
101101
target_field?: Field
102+
remove_binary?: boolean
102103
resource_name?: string
103104
}
104105

0 commit comments

Comments
 (0)