summaryrefslogtreecommitdiffstats
path: root/docproc/src/main/resources/configdefinitions/config.docproc.splitter-joiner-document-processor.def
diff options
context:
space:
mode:
Diffstat (limited to 'docproc/src/main/resources/configdefinitions/config.docproc.splitter-joiner-document-processor.def')
-rw-r--r--docproc/src/main/resources/configdefinitions/config.docproc.splitter-joiner-document-processor.def11
1 files changed, 11 insertions, 0 deletions
diff --git a/docproc/src/main/resources/configdefinitions/config.docproc.splitter-joiner-document-processor.def b/docproc/src/main/resources/configdefinitions/config.docproc.splitter-joiner-document-processor.def
new file mode 100644
index 00000000000..dea6141e6cc
--- /dev/null
+++ b/docproc/src/main/resources/configdefinitions/config.docproc.splitter-joiner-document-processor.def
@@ -0,0 +1,11 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=config.docproc
+
+# The name of the enclosing (outer) document type
+documentTypeName string
+
+# The name of the field of type array of document
+arrayFieldName string
+
+# The name of the context variable used by Processing.getVariable()
+contextFieldName string default="docproc@splitter@joiner@outer@document"