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()
SuggesterService
isEnabled
in interface SuggesterService
public SuggesterResult getSuggestions(SuggesterParameters suggesterParameters)
SuggesterService
SuggesterParameters.term
getSuggestions
in interface SuggesterService
suggesterParameters
- the parameters to useCopyright © 2005–2017 Alfresco Software. All rights reserved.