Whether to index the original keywords along with the stemmed/remapped versions. Optional, default is 0 (do not index). Introduced in version 0.9.9-rc1.
When enabled, index_exact_words forces indexer
to put the raw keywords in the index along with the stemmed versions. That, in turn,
enables exact form operator in the query language to work.
This impacts the index size and the indexing time. However, searching performance
is not impacted at all.
index_exact_words = 1