Switch to unified view

a/src/sampleconf/fields b/src/sampleconf/fields
...
...
107
recipient = to xesam:recipient
107
recipient = to xesam:recipient
108
url = dc:identifier xesam:url
108
url = dc:identifier xesam:url
109
109
110
[xattrtofields]
110
[xattrtofields]
111
######################
111
######################
112
# Section to define translations from extended file attribute names to
112
# Processing for extended file attributes.
113
# field names. xattr use must be enabled at compile time for this to be
113
# By default, attributes are processed as document fields (after removing
114
# the 'user' prefix from the name on Linux).
114
# used. Enter translations as "xattrname = fieldname". Case matters.
115
# You can enter name translations as "xattrname = fieldname". Case matters.
116
# Entering an empty translation will disable use of the attribute.
115
# The values from the extended attributes will extend, not replace, the
117
# The values from the extended attributes will extend, not replace, the
116
# data found from equivalent fields inside the document. As an example, the
118
# data found from equivalent fields inside the document. As an example, the
117
# following would map a quite plausible "tags" extended attribute into the
119
# following would map a quite plausible "tags" extended attribute into the
118
# "keywords" field.
120
# "keywords" field.
119
tags = keywords
121
tags = keywords