|
a/src/sampleconf/fields |
|
b/src/sampleconf/fields |
|
... |
|
... |
20 |
# Fields can have two relevance boost factors defined, such as in:
|
20 |
# Fields can have two relevance boost factors defined, such as in:
|
21 |
# caption = S ; wdfinc=10
|
21 |
# caption = S ; wdfinc=10
|
22 |
# and/or
|
22 |
# and/or
|
23 |
# caption = S ; boost = 10
|
23 |
# caption = S ; boost = 10
|
24 |
# The first line would boost the xapian "within document frequency" of
|
24 |
# The first line would boost the xapian "within document frequency" of
|
25 |
# caption terms by a factor of 10 at indexing time. The second one (not
|
25 |
# caption terms by a factor of 10 at indexing time. The second one
|
26 |
# currently implemented) would automatically boost the weight of a
|
26 |
# (NOT CURRENTLY IMPLEMENTED) would automatically boost the weight of a
|
27 |
# caption-based field query (ie: caption:mytitle or title:mytitle) at query
|
27 |
# caption-based field query (ie: caption:mytitle or title:mytitle) at query
|
28 |
# time.
|
28 |
# time.
|
29 |
|
29 |
|
30 |
[prefixes]
|
30 |
[prefixes]
|
31 |
|
31 |
|