|
a/src/sampleconf/fields |
|
b/src/sampleconf/fields |
|
... |
|
... |
62 |
recipient = XTO
|
62 |
recipient = XTO
|
63 |
|
63 |
|
64 |
[stored]
|
64 |
[stored]
|
65 |
############################
|
65 |
############################
|
66 |
# Some fields are stored in the document data record inside the index and
|
66 |
# Some fields are stored in the document data record inside the index and
|
67 |
# can be returned in result lists. There is no necessity that stored fields
|
67 |
# can be displayed in result lists. There is no necessity that stored fields
|
68 |
# should be indexed (have a prefix in the preceding section) (example:
|
68 |
# should be indexed (have a prefix in the preceding section). Example: "url"
|
69 |
# "url", but this one doesn't need to be listed here, it's stored by hard
|
|
|
70 |
# code)
|
|
|
71 |
#
|
69 |
#
|
72 |
# Some fields are stored by default, don't add them here:
|
70 |
# Some fields are stored by default, don't add them here:
|
73 |
# caption, keywords, abstract, mimetype, url
|
71 |
# caption, mimetype, url
|
74 |
# Only canonical names should be used here, not aliases.
|
72 |
# Only canonical names should be used here, not aliases.
|
75 |
# "author" used to be stored by default, now set here as optional
|
|
|
76 |
# "rclaptg" is used for viewer specialization (depending on local config)
|
73 |
# "rclaptg" is used for viewer specialization (depending on local config)
|
77 |
# "rclbes" defines the backend type (ie normal fs, firefox cache). Should
|
74 |
# "rclbes" defines the backend type (ie normal fs, firefox cache). Should
|
78 |
# probably be hardcoded, don't remove it
|
75 |
# probably be hardcoded, don't remove it
|
79 |
author=
|
76 |
author=
|
80 |
recipient=
|
77 |
recipient=
|
81 |
rclaptg=
|
78 |
rclaptg=
|
82 |
rclbes=
|
79 |
rclbes=
|
83 |
filename=
|
80 |
filename=
|
|
|
81 |
keywords=
|
|
|
82 |
abstract=
|
84 |
|
83 |
|
85 |
[aliases]
|
84 |
[aliases]
|
86 |
##########################
|
85 |
##########################
|
87 |
# This section defines field names aliases or synonyms. Any right hand side
|
86 |
# This section defines field names aliases or synonyms. Any right hand side
|
88 |
# value will be turned into the lhs canonic name before further treatment
|
87 |
# value will be turned into the lhs canonic name before further treatment
|