Package de.cxp.ocs.api
Interface SuggestService
-
- All Known Implementing Classes:
SuggestClient,SuggestServiceImpl
@Path("suggest-api/v1") public interface SuggestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Suggestion>suggest(String index, String userQuery, Integer limit, String filter)
-