org.apache.solr.client.solrj.response
Class SpellCheckResponse
java.lang.Object
org.apache.solr.client.solrj.response.SpellCheckResponse
public class SpellCheckResponse
- extends Object
Encapsulates responses from SpellCheckComponent
- Since:
- solr 1.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpellCheckResponse
public SpellCheckResponse(NamedList<NamedList<Object>> spellInfo)
isCorrectlySpelled
public boolean isCorrectlySpelled()
getSuggestions
public List<SpellCheckResponse.Suggestion> getSuggestions()
getSuggestionMap
public Map<String,SpellCheckResponse.Suggestion> getSuggestionMap()
getSuggestion
public SpellCheckResponse.Suggestion getSuggestion(String token)
getFirstSuggestion
public String getFirstSuggestion(String token)
getCollatedResult
public String getCollatedResult()
Return the first collated query string. For convenience and backwards-compatibility. Use getCollatedResults() for full data.
- Returns:
- first collated query string
getCollatedResults
public List<SpellCheckResponse.Collation> getCollatedResults()
Return all collations.
Will include # of hits and misspelling-to-correction details if "spellcheck.collateExtendedResults was true.
- Returns:
- all collations
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.