Field Summary
|
algorithmType |
search type, can be: ABSOLUTE, REGEXP, APPROXIMATE |
|
searchFlag |
some flags - can be mixed
|
|
searchString |
the search text |
|
replaceString |
the replace text
(is for optional replacing - SearchOption is only the data container for it) |
|
Locale |
this is the language for case insensitive search |
|
changedChars |
this many characters can be different between the found and search word
in a "Weight Levenshtein-Distance" |
|
deletedChars |
this many characters can be missed in the found word
in a "Weight Levenshtein-Distance" |
|
insertedChars |
this many characters can be additional in the found word in a "Weight Levenshtein-Distance" |
|
transliterateFlags |
asian flags for the transliteration. Same meaning as the enum of TransliteratorModule
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.