Skip to content

Commit 66bf1e2

Browse files
elasticsearch-specification update
Update code based on https://github.com/elastic/elasticsearch-specification/blob/main/output/schema/schema.json from Tue Feb 20 00:32:52 UTC 2024.
1 parent 704a02f commit 66bf1e2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

elasticsearch-ingest-node.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
"type": "string",
100100
"description": "The field that will hold the attachment information."
101101
},
102+
"remove_binary": {
103+
"type": "boolean",
104+
"description": "If true, the binary field will be removed from the document."
105+
},
102106
"resource_name": {
103107
"type": "string",
104108
"description": "Field containing the name of the resource to decode. If specified, the processor passes this resource name to the underlying Tika library to enable Resource Name Based Detection."

processor.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)