Next: , Previous: WordType DESCRIPTION, Up: WordType   [Contents][Index]


10.14.4 WordType CONFIGURATION

For more information on the configuration attributes and a complete list of attributes, see the mifluz(3) manual page.

wordlist_locale <locale> (default C)

Set the locale of the program to locale . See setlocale(3) for more information.

wordlist_allow_numbers {true|false} <number> (default false)

A digit is considered a valid character within a word if this configuration parameter is set to true otherwise it is an error to insert a word containing digits. See the Normalize method for more information.

wordlist_mimimun_word_length <number> (default 3)

The minimum length of a word. See the Normalize method for more information.

wordlist_maximum_word_length <number> (default 25)

The maximum length of a word. See the Normalize method for more information.

wordlist_allow_numbers {true|false} <number> (default false)

A digit is considered a valid character within a word if this configuration parameter is set to true otherwise it is an error to insert a word containing digits. See the Normalize method for more information.

wordlist_truncate {true|false} <number> (default true)

If a word is too long according to the wordlist_maximum_word_length it is truncated if this configuration parameter is true otherwise it is considered an invalid word.

wordlist_lowercase {true|false} <number> (default true)

If a word contains upper case letters it is converted to lowercase if this configuration parameter is true, otherwise it is left untouched.

wordlist_valid_punctuation [characters] (default none)

A list of punctuation characters that may appear in a word. These characters will be removed from the word before insertion in the index.


Next: , Previous: WordType DESCRIPTION, Up: WordType   [Contents][Index]