| Package | Description |
|---|---|
| org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
| org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
| org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
| org.apache.lucene.search.suggest.jaspell |
JaSpell-based autosuggest.
|
| org.apache.lucene.search.suggest.tst |
Ternary Search Tree based autosuggest.
|
| Class | Description |
|---|---|
| Dictionary |
A simple interface representing a Dictionary.
|
| StringDistance |
Interface for string distances.
|
| SuggestMode |
Set of strategies for suggesting related terms
|
| SuggestWord |
SuggestWord, used in suggestSimilar method in SpellChecker class.
|
| TermFreqIterator |
Interface for enumerating term,weight pairs.
|
| Class | Description |
|---|---|
| Dictionary |
A simple interface representing a Dictionary.
|
| TermFreqIterator |
Interface for enumerating term,weight pairs.
|
| Class | Description |
|---|---|
| TermFreqIterator |
Interface for enumerating term,weight pairs.
|
| Class | Description |
|---|---|
| TermFreqIterator |
Interface for enumerating term,weight pairs.
|
| Class | Description |
|---|---|
| TermFreqIterator |
Interface for enumerating term,weight pairs.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.