Description
IndexIf allows indexing of documents,
whose section matches the given pattern.
Should typically be used in combination
with NoIndexIf.
The first three optional parameters describe
the type of comparison. The default values are Match,
Case, String
(case insensitive string pattern match with ?
and * wildcards).
The Section parameter specifies which section
is checked against the pattern. It can also be a concatenation
of multiple sections, composed with help of
${SECTION} syntax.
It is possible to use multiple patterns in the same
IndexIf command. In this case
the command will be applied as soon as the first
matching pattern is found.