Class SpellCheckResponse.Correction
- java.lang.Object
-
- org.apache.solr.client.solrj.response.SpellCheckResponse.Correction
-
- Enclosing class:
- SpellCheckResponse
public static class SpellCheckResponse.Correction extends Object
-
-
Constructor Summary
Constructors Constructor Description Correction(String original, String correction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCorrection()StringgetOriginal()voidsetCorrection(String correction)voidsetOriginal(String original)
-