summaryrefslogtreecommitdiffstats
path: root/docproc/src/main/resources/configdefinitions/schemamapping.def
blob: 87afe204770eb87a4e1dcf3d996c39447d853e3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Use when a docproc works on a generic set of field names and the actual names
# in input doc may be different
version=1
namespace=config.docproc

# The chain this mapping applies to
fieldmapping[].chain string

# The class name of the docproc this mapping applies to
fieldmapping[].docproc string

#The doc type name this mapping applies to
fieldmapping[].doctype string default=""

# Field name in input doc
fieldmapping[].indocument string

# Field name a docproc uses
fieldmapping[].inprocessor string