Package | Description |
---|---|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.spelling |
APIs and classes used by the
SpellCheckComponent |
Modifier and Type | Field and Description |
---|---|
protected QueryConverter |
SpellCheckComponent.queryConverter |
Modifier and Type | Class and Description |
---|---|
class |
SpellingQueryConverter
Converts the query string to a Collection of Lucene tokens using a regular expression.
|
class |
SuggestQueryConverter
Passes the entire query string to the configured analyzer as-is.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.