Uses of Interface
de.cxp.ocs.smartsuggest.limiter.Limiter
Packages that use Limiter
-
Uses of Limiter in de.cxp.ocs.smartsuggest
Fields in de.cxp.ocs.smartsuggest declared as LimiterMethods in de.cxp.ocs.smartsuggest with parameters of type LimiterModifier and TypeMethodDescriptionQuerySuggestManager.QuerySuggestManagerBuilder.withLimiter
(Limiter customLimiter) With this method you can specify a default limiter for suggestions from different sources. -
Uses of Limiter in de.cxp.ocs.smartsuggest.limiter
Classes in de.cxp.ocs.smartsuggest.limiter that implement LimiterModifier and TypeClassDescriptionclass
Limiter where you can configure, which group of suggestions should get which share in the result (e.g.class
Simplest implementation, that just cut's off the given list with the specified limit.class
This limiter groups the result by the specified payload entry and limits each group to the specified size.