Uses of Class
org.apache.solr.spelling.SpellingResult
-
Packages that use SpellingResult Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.spelling APIs and classes used by theSpellCheckComponent
org.apache.solr.spelling.suggest APIs and classes used by theSpellCheckComponent
-
-
Uses of SpellingResult in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type SpellingResult Modifier and Type Method Description protected void
SpellCheckComponent. addCollationsToResponse(org.apache.solr.common.params.SolrParams params, SpellingResult spellingResult, ResponseBuilder rb, String q, org.apache.solr.common.util.NamedList<Object> response, boolean suggestionsMayOverlap)
protected org.apache.solr.common.util.NamedList<Object>
SpellCheckComponent. toNamedList(boolean shardRequest, SpellingResult spellingResult, String origQuery, boolean extendedResults)
-
Uses of SpellingResult in org.apache.solr.spelling
Methods in org.apache.solr.spelling that return SpellingResult Modifier and Type Method Description SpellingResult
AbstractLuceneSpellChecker. getSuggestions(SpellingOptions options)
SpellingResult
ConjunctionSolrSpellChecker. getSuggestions(SpellingOptions options)
SpellingResult
DirectSolrSpellChecker. getSuggestions(SpellingOptions options)
abstract SpellingResult
SolrSpellChecker. getSuggestions(SpellingOptions options)
Get suggestions for the given query.SpellingResult
WordBreakSolrSpellChecker. getSuggestions(SpellingOptions options)
SpellingResult
ConjunctionSolrSpellChecker. mergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults)
SpellingResult
DirectSolrSpellChecker. mergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults)
SpellingResult
SolrSpellChecker. mergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults)
Integrate spelling suggestions from the various shards in a distributed environment.Methods in org.apache.solr.spelling with parameters of type SpellingResult Modifier and Type Method Description List<SpellCheckCollation>
SpellCheckCollator. collate(SpellingResult result, String originalQuery, ResponseBuilder ultimateResponse)
-
Uses of SpellingResult in org.apache.solr.spelling.suggest
Methods in org.apache.solr.spelling.suggest that return SpellingResult Modifier and Type Method Description SpellingResult
Suggester. getSuggestions(SpellingOptions options)
-