Switch to unified view

a/src/sampleconf/fields b/src/sampleconf/fields
1
# @(#$Id: fields,v 1.5 2008-10-08 08:27:34 dockes Exp $  (C) 2007 J.F.Dockes
1
# @(#$Id: fields,v 1.5 2008-10-08 08:27:34 dockes Exp $  (C) 2007 J.F.Dockes
2
# Field names configuration. This defines how one may search ie for 
2
# Field names configuration. This defines how one may search ie for 
3
#   author:Hemingway
3
#   author:Hemingway
4
#
4
#
5
# Important: 
5
# Important: 
6
#   - the field names MUST be all lowercase here. They can be anycased
6
#   - the field names MUST be all lowercase alphabetic ascii here. They can
7
#     in the documents.
7
#     be anycased in the documents.
8
8
9
#####################################################
9
#####################################################
10
# This section defines what prefix the terms inside named fields will be
10
# This section defines what prefix the terms inside named fields will be
11
# indexed with (in addition to prefix-less indexing for general search)
11
# indexed with (in addition to prefix-less indexing for general search)
12
# ALL prefixes MUST be all UPPERCASE. Extension prefixes begin with X 
12
# ALL prefixes MUST be all UPPERCASE. Extension prefixes begin with X 
...
...
41
# stored twice: caption, keywords, abstract, filename, mimetype, url
41
# stored twice: caption, keywords, abstract, filename, mimetype, url
42
# Only canonical names should be used here, not aliases.
42
# Only canonical names should be used here, not aliases.
43
# "author" used to be stored by default, now set here as optional
43
# "author" used to be stored by default, now set here as optional
44
# "rclaptg" is used for viewer specialization (depending on local config)
44
# "rclaptg" is used for viewer specialization (depending on local config)
45
[stored]
45
[stored]
46
stored = author rclaptg rclbes
46
author=
47
rclaptg=
48
rclbes=
47
49
48
##########################
50
##########################
49
# This section defines field names aliases or synonyms. Any right hand side
51
# This section defines field names aliases or synonyms. Any right hand side
50
# value will be turned into the lhs canonic name before further treatment
52
# value will be turned into the lhs canonic name before further treatment
51
#
53
#
...
...
82
######################
84
######################
83
# Section to define translations from extended file attribute names to
85
# Section to define translations from extended file attribute names to
84
# field names. xattr use must be enabled at compile time for this to be
86
# field names. xattr use must be enabled at compile time for this to be
85
# used. Enter translations as "xattrname = fieldname". Case matters.
87
# used. Enter translations as "xattrname = fieldname". Case matters.
86
[xattrtofields]
88
[xattrtofields]
89
90
91
########################
92
# Sections reserved for specific filters follow
93
#
94
95
##########################
96
# Mail filter section. You can specify mail headers to be indexed 
97
# in addition to the standard ones: (To:, Cc:, From:, Subject:, Date, 
98
# Message-Id), along with the field name to be used. For this to be useful, 
99
# the field name should also be listed in the [prefixes] and possibly the
100
# [stored] sections.
101
#
102
# [mail]
103
# x-my-tag = mymailtag