30 <_summary>Maximum length of a word to be indexed <_description>Words with more characters than this length will be ignored by the indexer. 10000 <_summary>Maximum number of words to index in a document <_description>Indexer will read only this maximum number of words from a single document. <_summary>Enable stemmer <_description>Simplify the words to their root to provide more results. E.g. “shelves” and “shelf” to “shel” false <_summary>Enable unaccent <_description>Translate accented characters to the equivalent unaccented. E.g. “Idéa” to “Idea” for improved matching. true <_summary>Ignore numbers <_description>If enabled, numbers will not be indexed. true <_summary>Ignore stop words <_description>If enabled, the words listed in the stop-words list are ignored. E.g. common words like “the”, “yes”, “no”, etc. true