public class DummySuggesterServiceImpl extends Object implements SuggesterService
| Constructor and Description |
|---|
DummySuggesterServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SuggesterResult |
getSuggestions(SuggesterParameters suggesterParameters)
Get suggestions for the specified term
SuggesterParameters.term |
boolean |
isEnabled()
Whether the Suggester is enabled (refer to 'solr.suggester.enabled' repository property) or not
|
public boolean isEnabled()
SuggesterServiceisEnabled in interface SuggesterServicepublic SuggesterResult getSuggestions(SuggesterParameters suggesterParameters)
SuggesterServiceSuggesterParameters.termgetSuggestions in interface SuggesterServicesuggesterParameters - the parameters to useCopyright © 2005–2018 Alfresco Software. All rights reserved.