org.apache.solr.client.solrj.response
Class SpellCheckResponse

java.lang.Object
  extended by org.apache.solr.client.solrj.response.SpellCheckResponse

public class SpellCheckResponse
extends Object

Encapsulates responses from SpellCheckComponent

Since:
solr 1.3
Version:
$Id: SpellCheckResponse.java 812714 2009-09-08 22:22:33Z yonik $

Nested Class Summary
static class SpellCheckResponse.Suggestion
           
 
Constructor Summary
SpellCheckResponse(NamedList<Object> spellInfo)
           
 
Method Summary
 String getCollatedResult()
           
 String getFirstSuggestion(String token)
           
 SpellCheckResponse.Suggestion getSuggestion(String token)
           
 Map<String,SpellCheckResponse.Suggestion> getSuggestionMap()
           
 List<SpellCheckResponse.Suggestion> getSuggestions()
           
 boolean isCorrectlySpelled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellCheckResponse

public SpellCheckResponse(NamedList<Object> spellInfo)
Method Detail

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()


Copyright © 2010 Apache Software Foundation. All Rights Reserved.