Class Category

    • Field Detail

      • name

        private String name
        Name of the category ("type", "topic" or "site").
      • more

        private Integer more
        Number of additional values of this categories, if any.
      • moreLink

        private String moreLink
        Link to get more values for this category.
      • fewerLink

        private String fewerLink
        Link to get fewer values for this category.
      • clusters

        private final List<Cluster> clusters
        List of clusters (suggestions) for this category.
    • Constructor Detail