This section describes the functions that are used during the setup phase by both enumeration and generation filters. The functions are described in the following sections:
When you use the filterrules-setup function, use the logtype log file. The value can be verbose, normal, or terse.
Path name to the file containing the filter rules to be used by this filter.
Setup fn=filterrules-setup
config="/var/opt/SUNWportal/searchservers/search1/config/filterrules.conf"
The setup-regex-cache function initializes the cache size for the filter-by-regex and generate-by-regex functions. Use this function to specify a number other than the default of 32.
Maximum number of compiled regular expressions to be kept in the regex cache.
Setup fn=setup-regex-cache cache-size=28
The setup-type-by-extension function configures the filter to recognize file name extensions. It must be called before the assign-type-by-extension function can be used. The file specified as a property must contain mappings between standard MIME content types and file extension strings.
Name of the MIME types configuration file
Setup fn=setup-type-by-extension
file="/var/opt/SUNWportal/searchservers/search1/config/mime.types"