aboutsummaryrefslogtreecommitdiffstats
path: root/docproc/src/main/resources/configdefinitions/config.docproc.schemamapping.def
blob: 5b9487d7db125df38425c092101d3f247affe2e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Vespa.ai. 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
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