Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem
Packages that use I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem
Package
Description
API classes for the configuration of the search form support provided for server-side Solr search.
API classes for the configuration parsers of the search form support provided for server-side Solr search.
-
Uses of I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem in org.opencms.jsp.search.config
Classes in org.opencms.jsp.search.config that implement I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItemModifier and TypeClassDescriptionstatic class
Representation of one query facet item.Methods in org.opencms.jsp.search.config that return types with arguments of type I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItemModifier and TypeMethodDescriptionCmsSearchConfigurationFacetQuery.getQueryList()
I_CmsSearchConfigurationFacetQuery.getQueryList()
Returns the list of queries that belong to the facet.Constructor parameters in org.opencms.jsp.search.config with type arguments of type I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItemModifierConstructorDescriptionCmsSearchConfigurationFacetQuery
(List<I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem> queries, String label, Boolean isAndFacet, List<String> preselection, Boolean ignoreFiltersFromAllFacets, Collection<String> excludeTags) Constructor for the range facet configuration. -
Uses of I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem in org.opencms.jsp.search.config.parser
Methods in org.opencms.jsp.search.config.parser that return I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItemModifier and TypeMethodDescriptionCmsJSONSearchConfigurationParser.parseFacetQueryItem
(JSONObject item) Parses a single query item for the query facet.Methods in org.opencms.jsp.search.config.parser that return types with arguments of type I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItemModifier and TypeMethodDescriptionCmsJSONSearchConfigurationParser.parseFacetQueryItems
(JSONObject queryFacetObject) Parses the list of query items for the query facet.CmsXMLSearchConfigurationParser.parseFacetQueryItems
(String path) Helper to read a mandatory String value list.