Next: WordType METHODS, Previous: WordType DESCRIPTION, Up: WordType [Contents][Index]
For more information on the configuration attributes and a complete list of attributes, see the mifluz(3) manual page.
Set the locale of the program to locale . See setlocale(3) for more information.
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.
The minimum length of a word. See the Normalize method for more information.
The maximum length of a word. See the Normalize method for more information.
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.
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.
If a word contains upper case letters it is converted to lowercase if this configuration parameter is true, otherwise it is left untouched.
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: WordType METHODS, Previous: WordType DESCRIPTION, Up: WordType [Contents][Index]