#### Aggregate attribtues. This means that you want to generate a field entry, whereby its value should be copied from another, existing metadata entry.
# You can specify a list of these source-attributes, the first who have an entry wins and appears as new attribute, so the source field name list is
# in fact a priorized list.
# aggregateAttributes=
# {
# <targetAttName1>=<sourceAttName1>
# <targetAttName1>=<sourceAttName2>
# <targetAttName1>=<sourceAttName3>
# <targetAttName2>=<sourceAttName1>
# <targetAttNameN>=<sourceAttNameN>
# }
#
#
#
#### Ignore attributes (can still be copied)
# ignoreAttributes=attName1, attName2, attNameN
#
#
#
#### Crawling: A suburl during crawling will be indexed when it matches at least one of the include patterns but none of the exclude patterns.
# In case no include patterns are specified, all suburls that don't match any of the exclude patterns are included.
# These are the default inclusion/exclusion patterns, that appears to ALL indexed urls (filesystem, web, etc.). You can specify as much as you want.