Uses of Class
org.apache.solr.spelling.SpellingResult

Packages that use SpellingResult
org.apache.solr.handler.component   
org.apache.solr.spelling   
 

Uses of SpellingResult in org.apache.solr.handler.component
 

Methods in org.apache.solr.handler.component with parameters of type SpellingResult
protected  NamedList SpellCheckComponent.toNamedList(SpellingResult spellingResult, String origQuery, boolean extendedResults, boolean collate)
           
 

Uses of SpellingResult in org.apache.solr.spelling
 

Methods in org.apache.solr.spelling that return SpellingResult
 SpellingResult SolrSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader)
          Assumes count = 1, onlyMorePopular = false, extendedResults = false
 SpellingResult SolrSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader, boolean onlyMorePopular, boolean extendedResults)
          Assumes count = 1.
 SpellingResult SolrSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader, int count)
          Assumes onlyMorePopular = false, extendedResults = false
 SpellingResult AbstractLuceneSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader, int count, boolean onlyMorePopular, boolean extendedResults)
           
abstract  SpellingResult SolrSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader, int count, boolean onlyMorePopular, boolean extendedResults)
          Get suggestions for the given query.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.