indexer_options
Background
This option configures the Funnelback indexer by providing a set of configuration flags which configure various aspects of the index build such as what is included, how various properties are interpreted and how the index is built.
See: Funnelback indexer options for a list of options that can be supplied to the indexer.
Indexer options are supplied as a set of indexer flags which are set in the data source configuration.
Examples
Increase the size of metadata fields to 10000 characters and index no more than 1000 documents:
indexer_options=-mdsfml10000 -maxdocs1000