Uses of Interface
de.cxp.ocs.smartsuggest.limiter.Limiter
-
Packages that use Limiter Package Description de.cxp.ocs.smartsuggest de.cxp.ocs.smartsuggest.limiter de.cxp.ocs.smartsuggest.querysuggester -
-
Uses of Limiter in de.cxp.ocs.smartsuggest
Fields in de.cxp.ocs.smartsuggest declared as Limiter Modifier and Type Field Description LimiterQuerySuggestManager. limiterMethods in de.cxp.ocs.smartsuggest with parameters of type Limiter Modifier and Type Method Description QuerySuggestManager.QuerySuggestManagerBuilderQuerySuggestManager.QuerySuggestManagerBuilder. withLimiter(Limiter customLimiter)With this method you can specify a limiter for suggestions from different sources. -
Uses of Limiter in de.cxp.ocs.smartsuggest.limiter
Classes in de.cxp.ocs.smartsuggest.limiter that implement Limiter Modifier and Type Class Description classConfigurableShareLimiterLimiter where you can configure, which group of suggestions should get which share in the result (e.g.classCutOffLimiterSimplest implementation, that just cut's off the given list with the specified limit.classGroupedCutOffLimiterThis limiter groups the result by the specified payload entry and limits each group to the specified size. -
Uses of Limiter in de.cxp.ocs.smartsuggest.querysuggester
Constructors in de.cxp.ocs.smartsuggest.querysuggester with parameters of type Limiter Constructor Description CompoundQuerySuggester(List<QuerySuggester> suggester, Limiter limiter)
-