| Package | Description | 
|---|---|
| org.apache.solr.handler.component | |
| org.apache.solr.spelling | |
| org.apache.solr.spelling.suggest | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SpellCheckComponent.addCollationsToResponse(SolrParams params,
                       SpellingResult spellingResult,
                       ResponseBuilder rb,
                       String q,
                       NamedList response)  | 
protected NamedList | 
SpellCheckComponent.toNamedList(boolean shardRequest,
           SpellingResult spellingResult,
           String origQuery,
           boolean extendedResults,
           boolean collate)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpellingResult | 
SolrSpellChecker.getSuggestions(Collection<org.apache.lucene.analysis.Token> tokens,
              org.apache.lucene.index.IndexReader reader)
Deprecated. 
 
This method will be removed in 4.x in favor of  
SolrSpellChecker.getSuggestions(org.apache.solr.spelling.SpellingOptions) | 
SpellingResult | 
SolrSpellChecker.getSuggestions(Collection<org.apache.lucene.analysis.Token> tokens,
              org.apache.lucene.index.IndexReader reader,
              boolean onlyMorePopular,
              boolean extendedResults)
Deprecated. 
 
This method will be removed in 4.x in favor of  
SolrSpellChecker.getSuggestions(org.apache.solr.spelling.SpellingOptions) | 
SpellingResult | 
SolrSpellChecker.getSuggestions(Collection<org.apache.lucene.analysis.Token> tokens,
              org.apache.lucene.index.IndexReader reader,
              int count)
Deprecated. 
 
This method will be removed in 4.x in favor of  
SolrSpellChecker.getSuggestions(org.apache.solr.spelling.SpellingOptions) | 
abstract SpellingResult | 
SolrSpellChecker.getSuggestions(Collection<org.apache.lucene.analysis.Token> tokens,
              org.apache.lucene.index.IndexReader reader,
              int count,
              boolean onlyMorePopular,
              boolean extendedResults)
Deprecated. 
 
This method will be removed in 4.x in favor of  
SolrSpellChecker.getSuggestions(org.apache.solr.spelling.SpellingOptions) | 
SpellingResult | 
AbstractLuceneSpellChecker.getSuggestions(Collection<org.apache.lucene.analysis.Token> tokens,
              org.apache.lucene.index.IndexReader reader,
              int count,
              boolean onlyMorePopular,
              boolean extendedResults)
Kept around for back compatibility purposes. 
 | 
SpellingResult | 
SolrSpellChecker.getSuggestions(SpellingOptions options)
Get suggestions for the given query. 
 | 
SpellingResult | 
AbstractLuceneSpellChecker.getSuggestions(SpellingOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SpellCheckCollation> | 
SpellCheckCollator.collate(SpellingResult result,
       String originalQuery,
       ResponseBuilder ultimateResponse,
       int maxCollations,
       int maxTries,
       int maxEvaluations)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpellingResult | 
Suggester.getSuggestions(Collection<org.apache.lucene.analysis.Token> tokens,
              org.apache.lucene.index.IndexReader reader,
              int count,
              boolean onlyMorePopular,
              boolean extendedResults)  | 
SpellingResult | 
Suggester.getSuggestions(SpellingOptions options)  |