|
a/src/sampleconf/fields |
|
b/src/sampleconf/fields |
|
... |
|
... |
11 |
[prefixes]
|
11 |
[prefixes]
|
12 |
|
12 |
|
13 |
#####################################################
|
13 |
#####################################################
|
14 |
# This section defines what prefix the terms inside named fields will be
|
14 |
# This section defines what prefix the terms inside named fields will be
|
15 |
# indexed with (in addition to prefix-less indexing for general search)
|
15 |
# indexed with (in addition to prefix-less indexing for general search)
|
16 |
# ALL prefixes MUST be all UPPERCASE.
|
16 |
# ALL prefixes MUST be all ASCII UPPERCASE (NO DIGITS)
|
17 |
#
|
17 |
#
|
18 |
# The field names should be the canonic ones, not the aliases defined in
|
18 |
# The field names should be the canonic ones, not the aliases defined in
|
19 |
# the following section. Don't change those which are predefined here,
|
19 |
# the following section. Don't change those which are predefined here,
|
20 |
# quite a few are hard-coded in the c++. But you can add more (for new
|
20 |
# quite a few are hard-coded in the c++. But you can add more (for new
|
21 |
# fields emitted by filters).
|
21 |
# fields emitted by filters).
|