Package de.cxp.ocs.smartsuggest.limiter
-
Interface Summary Interface Description Limiter A Limiter is used for results that have different kind of suggestions, for example if several different data sources are used at different suggesters, as it's done at theCompoundQuerySuggester. -
Class Summary Class Description ConfigurableShareLimiter Limiter where you can configure, which group of suggestions should get which share in the result (e.g.CutOffLimiter Simplest implementation, that just cut's off the given list with the specified limit.GroupedCutOffLimiter This limiter groups the result by the specified payload entry and limits each group to the specified size.