Uses of Class
org.apache.solr.spelling.SpellingResult
-
Packages that use SpellingResult Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.spelling APIs and classes used by theSpellCheckComponentorg.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 voidSpellCheckComponent. addCollationsToResponse(SolrParams params, SpellingResult spellingResult, ResponseBuilder rb, String q, NamedList<Object> response, boolean suggestionsMayOverlap)protected 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 SpellingResultAbstractLuceneSpellChecker. getSuggestions(SpellingOptions options)SpellingResultConjunctionSolrSpellChecker. getSuggestions(SpellingOptions options)SpellingResultDirectSolrSpellChecker. getSuggestions(SpellingOptions options)abstract SpellingResultSolrSpellChecker. getSuggestions(SpellingOptions options)Get suggestions for the given query.SpellingResultWordBreakSolrSpellChecker. getSuggestions(SpellingOptions options)SpellingResultConjunctionSolrSpellChecker. mergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults)SpellingResultSolrSpellChecker. 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 SpellingResultSuggester. getSuggestions(SpellingOptions options)
-