org.apache.solr.spelling
Class SpellCheckCollator

java.lang.Object
  extended by org.apache.solr.spelling.SpellCheckCollator

public class SpellCheckCollator
extends Object


Constructor Summary
SpellCheckCollator()
           
 
Method Summary
 List<SpellCheckCollation> collate(SpellingResult result, String originalQuery, ResponseBuilder ultimateResponse, int maxCollations, int maxTries, int maxEvaluations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellCheckCollator

public SpellCheckCollator()
Method Detail

collate

public List<SpellCheckCollation> collate(SpellingResult result,
                                         String originalQuery,
                                         ResponseBuilder ultimateResponse,
                                         int maxCollations,
                                         int maxTries,
                                         int maxEvaluations)


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