Package de.cxp.ocs
Class SuggestServiceImpl
- java.lang.Object
-
- de.cxp.ocs.SuggestServiceImpl
-
- All Implemented Interfaces:
SuggestService
public class SuggestServiceImpl extends Object implements SuggestService
-
-
Constructor Summary
Constructors Constructor Description SuggestServiceImpl(QuerySuggestManager suggestManager, SuggestProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Suggestion>suggest(String indexName, String userQuery, Integer limit, String filter)
-
-
-
Constructor Detail
-
SuggestServiceImpl
public SuggestServiceImpl(QuerySuggestManager suggestManager, SuggestProperties properties)
-
-
Method Detail
-
suggest
public List<Suggestion> suggest(String indexName, String userQuery, Integer limit, String filter) throws Exception
- Specified by:
suggestin interfaceSuggestService- Throws:
Exception
-
-