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

java.lang.Object
  extended by org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
Enclosing class:
SpellCheckResponse

public class SpellCheckResponse.Correction
extends Object


Constructor Summary
SpellCheckResponse.Correction(String original, String correction)
           
 
Method Summary
 String getCorrection()
           
 String getOriginal()
           
 void setCorrection(String correction)
           
 void setOriginal(String original)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellCheckResponse.Correction

public SpellCheckResponse.Correction(String original,
                                     String correction)
Method Detail

getOriginal

public String getOriginal()

setOriginal

public void setOriginal(String original)

getCorrection

public String getCorrection()

setCorrection

public void setCorrection(String correction)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.