Uses of Class
org.apache.solr.spelling.SpellCheckCollation
-
Packages that use SpellCheckCollation Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.spelling APIs and classes used by theSpellCheckComponent -
-
Uses of SpellCheckCollation in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component with type parameters of type SpellCheckCollation Modifier and Type Field Description 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 Modifier and Type Method Description List<SpellCheckCollation>SpellCheckCollator. collate(SpellingResult result, String originalQuery, ResponseBuilder ultimateResponse)Methods in org.apache.solr.spelling with parameters of type SpellCheckCollation Modifier and Type Method Description intSpellCheckCollation. compareTo(SpellCheckCollation scc)
-