Uses of Class
org.apache.lucene.search.spell.SuggestMode
-
Packages that use SuggestMode Package Description org.apache.lucene.search.spell Suggest alternate spellings for words. -
-
Uses of SuggestMode in org.apache.lucene.search.spell
Methods in org.apache.lucene.search.spell that return SuggestMode Modifier and Type Method Description static SuggestMode
SuggestMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SuggestMode[]
SuggestMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.search.spell with parameters of type SuggestMode Modifier and Type Method Description String[]
SpellChecker. suggestSimilar(String word, int numSug, IndexReader ir, String field, SuggestMode suggestMode)
String[]
SpellChecker. suggestSimilar(String word, int numSug, IndexReader ir, String field, SuggestMode suggestMode, float accuracy)
Suggest similar words (optionally restricted to a field of an index).
-