Uses of Class
org.apache.solr.spelling.SpellingResult
Packages that use SpellingResult
Package
Description
SearchComponent implementations for use in SearchHandlerAPIs and classes used by the
SpellCheckComponentAPIs and classes used by the
SpellCheckComponent-
Uses of SpellingResult in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type SpellingResultModifier and TypeMethodDescriptionprotected voidSpellCheckComponent.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 SpellingResultModifier and TypeMethodDescriptionAbstractLuceneSpellChecker.getSuggestions(SpellingOptions options) ConjunctionSolrSpellChecker.getSuggestions(SpellingOptions options) DirectSolrSpellChecker.getSuggestions(SpellingOptions options) abstract SpellingResultSolrSpellChecker.getSuggestions(SpellingOptions options) Get suggestions for the given query.WordBreakSolrSpellChecker.getSuggestions(SpellingOptions options) ConjunctionSolrSpellChecker.mergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults) DirectSolrSpellChecker.mergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults) 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 SpellingResultModifier and TypeMethodDescriptionSpellCheckCollator.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