|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.solr.util.SpellCheckQueryConfigAdapter
public class SpellCheckQueryConfigAdapter
The SpellCheckQueryConfigAdapter class.
Constructor Summary | |
---|---|
SpellCheckQueryConfigAdapter()
Constructor. |
Method Summary | |
---|---|
AnyMap |
getAnyMap()
Get the underlying AnyMap. |
SpellCheckQueryConfigAdapter |
setSpellCheckBuild(java.lang.Boolean value)
Set spellcheck.build parameter. |
SpellCheckQueryConfigAdapter |
setSpellCheckCollate(java.lang.Boolean value)
Set spellcheck.collate parameter. |
SpellCheckQueryConfigAdapter |
setSpellCheckCount(int count)
Set spellcheck.count parameter. |
SpellCheckQueryConfigAdapter |
setSpellCheckDictionary(java.lang.String dictionary)
Set spellcheck.dictionary parameter. |
SpellCheckQueryConfigAdapter |
setSpellCheckExtendedResults(java.lang.Boolean value)
Set spellcheck.extendedResults parameter. |
SpellCheckQueryConfigAdapter |
setSpellCheckOnlyMorePopular(java.lang.Boolean value)
Set spellcheck.onlyMorePopular parameter. |
SpellCheckQueryConfigAdapter |
setSpellCheckQuery(java.lang.String query)
Set spellcheck.q parameter. |
SpellCheckQueryConfigAdapter |
setSpellCheckReload(java.lang.Boolean value)
Set spellcheck.reload parameter. |
SpellCheckQueryConfigAdapter |
setSpellCheckRequestHandler(java.lang.String name)
Set spellcheck request handler (CommonParams.QT e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpellCheckQueryConfigAdapter()
Method Detail |
---|
public AnyMap getAnyMap()
public SpellCheckQueryConfigAdapter setSpellCheckQuery(java.lang.String query)
query
- the query.
public SpellCheckQueryConfigAdapter setSpellCheckBuild(java.lang.Boolean value)
value
- the value.
public SpellCheckQueryConfigAdapter setSpellCheckReload(java.lang.Boolean value)
value
- the value.
public SpellCheckQueryConfigAdapter setSpellCheckDictionary(java.lang.String dictionary)
dictionary
- the dictionary.
public SpellCheckQueryConfigAdapter setSpellCheckCount(int count)
count
- the count.
public SpellCheckQueryConfigAdapter setSpellCheckOnlyMorePopular(java.lang.Boolean value)
value
- the value.
public SpellCheckQueryConfigAdapter setSpellCheckExtendedResults(java.lang.Boolean value)
value
- the value.
public SpellCheckQueryConfigAdapter setSpellCheckCollate(java.lang.Boolean value)
value
- the value.
public SpellCheckQueryConfigAdapter setSpellCheckRequestHandler(java.lang.String name)
name
- the name as defined in solrconfig.xml.
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |