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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidbuild(SolrCore core, SolrIndexSearcher searcher)
Build the underlying Lucene Suggester
StringgetName()
Returns the unique name of the suggester
FilegetStoreFile()
SuggesterResultgetSuggestions(SuggesterOptions options)
Returns suggestions based on the SuggesterOptions passed
Stringinit(NamedList config, SolrCore core)
Uses the config and the core to initialize the underlying Lucene suggester
voidreload(SolrCore core, SolrIndexSearcher searcher)
Reloads the underlying Lucene Suggester
StringtoString()