Uses of Class
org.apache.solr.spelling.SpellCheckCollation

Packages that use SpellCheckCollation
org.apache.solr.handler.component   
org.apache.solr.spelling   
 

Uses of SpellCheckCollation in org.apache.solr.handler.component
 

Fields in org.apache.solr.handler.component with type parameters of type SpellCheckCollation
 Map<String,SpellCheckCollation> SpellCheckMergeData.collations
           
 

Uses of SpellCheckCollation in org.apache.solr.spelling
 

Methods in org.apache.solr.spelling that return types with arguments of type SpellCheckCollation
 List<SpellCheckCollation> SpellCheckCollator.collate(SpellingResult result, String originalQuery, ResponseBuilder ultimateResponse, int maxCollations, int maxTries, int maxEvaluations, boolean suggestionsMayOverlap)
           
 

Methods in org.apache.solr.spelling with parameters of type SpellCheckCollation
 int SpellCheckCollation.compareTo(SpellCheckCollation scc)
           
 



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