ExactSize
NameExactSize — exact search word length
Synopsis
ExactSize =
0 / positive number
Description
Maximum length of a word to search exact only. Exact searches are dramatically faster.
It a CPU time loss to search for all words containing the character 'a'.
Example
With ExactSize=3, searching in the tree
is equivalent to
"in" "the" tree
.
|