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,
java.lang.String q,
NamedList response) |
protected NamedList |
SpellCheckComponent.toNamedList(boolean shardRequest,
SpellingResult spellingResult,
java.lang.String origQuery,
boolean extendedResults,
boolean collate) |
Modifier and Type | Method and Description |
---|---|
SpellingResult |
SolrSpellChecker.getSuggestions(java.util.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(java.util.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(java.util.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(java.util.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(java.util.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 |
---|---|
java.util.List<SpellCheckCollation> |
SpellCheckCollator.collate(SpellingResult result,
java.lang.String originalQuery,
ResponseBuilder ultimateResponse,
int maxCollations,
int maxTries,
int maxEvaluations) |
Modifier and Type | Field and Description |
---|---|
(package private) static SpellingResult |
Suggester.EMPTY_RESULT |
Modifier and Type | Method and Description |
---|---|
SpellingResult |
Suggester.getSuggestions(java.util.Collection<org.apache.lucene.analysis.Token> tokens,
org.apache.lucene.index.IndexReader reader,
int count,
boolean onlyMorePopular,
boolean extendedResults) |
SpellingResult |
Suggester.getSuggestions(SpellingOptions options) |