Uses of Class
de.cxp.ocs.model.suggest.Suggestion
-
Packages that use Suggestion Package Description de.cxp.ocs de.cxp.ocs.api de.cxp.ocs.client -
-
Uses of Suggestion in de.cxp.ocs
Methods in de.cxp.ocs that return types with arguments of type Suggestion Modifier and Type Method Description List<Suggestion>SuggestServiceImpl. suggest(String indexName, String userQuery, Integer limit, String filter) -
Uses of Suggestion in de.cxp.ocs.api
Methods in de.cxp.ocs.api that return types with arguments of type Suggestion Modifier and Type Method Description List<Suggestion>SuggestService. suggest(String index, String userQuery, Integer limit, String filter) -
Uses of Suggestion in de.cxp.ocs.client
Methods in de.cxp.ocs.client that return types with arguments of type Suggestion Modifier and Type Method Description List<Suggestion>SuggestClient. suggest(String index, String userQuery, Integer limit, String filter)
-