public class SpellcheckHelper extends Object
DirectSpellChecker
under the hood.| Modifier and Type | Class and Description |
|---|---|
static class |
SpellcheckHelper.SpellcheckQuery |
| Constructor and Description |
|---|
SpellcheckHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.search.spell.SuggestWord[] |
getSpellcheck(SpellcheckHelper.SpellcheckQuery spellcheckQuery) |
static SpellcheckHelper.SpellcheckQuery |
getSpellcheckQuery(String spellcheckQueryString,
org.apache.lucene.index.IndexReader reader) |
public static org.apache.lucene.search.spell.SuggestWord[] getSpellcheck(SpellcheckHelper.SpellcheckQuery spellcheckQuery)
public static SpellcheckHelper.SpellcheckQuery getSpellcheckQuery(String spellcheckQueryString, org.apache.lucene.index.IndexReader reader)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.