* '''Case Sensitive''': tokens are indexed in case-sensitive mode (<code>SET CASESENS ON</code>)
* '''Diacritics''': diacritics are indexed as well (<code>SET DIACRITICS ON</code>)
* '''TF/IDF Scoring''': TF/IDF-based scoring values are calculated and stored in the index (<code>SET SCORING 0/1/2</code>; details see below) * '''Stopword List''': a stop word list can be defined to reduce the number of indexed tokens (<code>SET STOPWORDS FILENAME[filename]</code>)
'''Caution:''' The index will only be applied if the activated options are also specified in the query: