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