* '''Diacritics''': diacritics are indexed as well (<code>SET DIACRITICS true</code>).
* '''Stopword List''': a stop word list can be defined to reduce the number of indexed tokens (<code>SET STOPWORDS [filename]</code>).
* {{Mark|Updated in Version 7.3}}: The explicit option for wildcard queries was removed, as the fuzzy index now supports both wildcard and fuzzy queries.* {{Mark|Removed in Version 7.3}}: '''TF/IDF Scoring''': TF/IDF-based scoring values are calculated and stored in the index (<code>SET SCORING 0/1/2</code>). This feature was removed in favor of the internal scoring model; [[#Scoring|see below]] for more details.
==Languages==