Package de.cxp.ocs.smartsuggest.limiter
package de.cxp.ocs.smartsuggest.limiter
-
ClassDescriptionLimiter where you can configure, which group of suggestions should get which share in the result (e.g.Simplest implementation, that just cut's off the given list with the specified limit.This limiter groups the result by the specified payload entry and limits each group to the specified size.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 the
CompoundQuerySuggester
.