All Downloads are FREE. Search and download functionalities are using the official Maven repository.

configdefinitions.config.docproc.schemamapping.def Maven / Gradle / Ivy

The newest version!
# 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy