Class SuggestConfig.GroupConfig

java.lang.Object
de.cxp.ocs.smartsuggest.spi.SuggestConfig.GroupConfig
Enclosing class:
SuggestConfig

public static class SuggestConfig.GroupConfig extends Object
If suggestions are grouped by a certain value of their payload (e.g. 'type'), this config is used to define the order and limit of each group.
  • Field Details

    • groupName

      public String groupName
    • limit

      public int limit
  • Constructor Details

    • GroupConfig

      public GroupConfig()