Java org.apache.solr.spelling SolrSpellChecker fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.spelling SolrSpellChecker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.spelling SolrSpellChecker.

The text is from its open source code.

Subclass

org.apache.solr.spelling.SolrSpellChecker has subclasses.
Click this link to see all its subclasses.

Field

Method

voidbuild(SolrCore core, SolrIndexSearcher searcher)
(re)Builds the spelling index.
StringgetDictionaryName()
AnalyzergetQueryAnalyzer()
SpellingResultgetSuggestions(SpellingOptions options)
Get suggestions for the given query.
Stringinit(NamedList config, SolrCore core)
booleanisSuggestionsMayOverlap()
SpellingResultmergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults)
Integrate spelling suggestions from the various shards in a distributed environment.
voidreload(SolrCore core, SolrIndexSearcher searcher)
Reloads the index.