Uses of Class
org.apache.solr.spelling.QueryConverter
-
Packages that use QueryConverter Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.spelling APIs and classes used by theSpellCheckComponent -
-
Uses of QueryConverter in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component declared as QueryConverter Modifier and Type Field Description protected QueryConverterSpellCheckComponent. queryConverter -
Uses of QueryConverter in org.apache.solr.spelling
Subclasses of QueryConverter in org.apache.solr.spelling Modifier and Type Class Description classSpellingQueryConverterConverts the query string to a Collection of Lucene tokens using a regular expression.classSuggestQueryConverterPasses the entire query string to the configured analyzer as-is.
-