Class CmsSearchConfigurationFacetQuery

    • Constructor Detail

      • CmsSearchConfigurationFacetQuery

        public CmsSearchConfigurationFacetQuery​(java.util.List<I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem> queries,
                                                java.lang.String label,
                                                java.lang.Boolean isAndFacet,
                                                java.util.List<java.lang.String> preselection,
                                                java.lang.Boolean ignoreFiltersFromAllFacets,
                                                java.util.Collection<java.lang.String> excludeTags)
        Constructor for the range facet configuration.
        Parameters:
        queries - the queries that can be selected for the facet
        label - the label used to display the facet
        isAndFacet - true if checked facet entries should all be matched, otherwise only one checked entry must match
        preselection - list of entries that should be checked in advance
        ignoreFiltersFromAllFacets - A flag, indicating if filters from all facets should be ignored or not.
        excludeTags - The tags (keys) of (filter) queries to be not taken into account for the facet. If "ignoreFiltersFromFacets" is true, the according tags for facets and queries will be added.