Uses of Class
org.apache.solr.client.solrj.response.SpellCheckResponse.Collation

Packages that use SpellCheckResponse.Collation
org.apache.solr.client.solrj.response Convenience classes for dealing with various types of Solr responses. 
 

Uses of SpellCheckResponse.Collation in org.apache.solr.client.solrj.response
 

Methods in org.apache.solr.client.solrj.response that return SpellCheckResponse.Collation
 SpellCheckResponse.Collation SpellCheckResponse.Collation.addMisspellingsAndCorrection(SpellCheckResponse.Correction correction)
           
 SpellCheckResponse.Collation SpellCheckResponse.Collation.setCollationQueryString(String collationQueryString)
           
 

Methods in org.apache.solr.client.solrj.response that return types with arguments of type SpellCheckResponse.Collation
 List<SpellCheckResponse.Collation> SpellCheckResponse.getCollatedResults()
           Return all collations.
 



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