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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidadd(String suggesterName, String token, List results)
Add suggestion results for token
ListgetLookupResult(String suggesterName, String token)
Get a list of lookup result for a given token null can be returned, if there are no lookup results for the token
SetgetSuggesterNames()
Get the set of suggesterNames for which this instance holds results
SetgetTokens(String suggesterName)
Get the set of tokens that are present in the instance