Package org.ametys.web.frontoffice
Class FrontOfficeSearcherFactory.QueryFacet
java.lang.Object
org.ametys.web.frontoffice.FrontOfficeSearcherFactory.QueryFacet
- Enclosing class:
- FrontOfficeSearcherFactory
Wraps a 'facet.query' parameter
-
Constructor Summary
ConstructorDescriptionQueryFacet
(String keyName, String excludedTagName, String facetQuery) Creates a QueryFacet -
Method Summary
Modifier and TypeMethodDescriptionGets the excludedTagNameGets the facetQueryGets the keyName
-
Constructor Details
-
QueryFacet
Creates a QueryFacet- Parameters:
keyName
- The name of the query facetexcludedTagName
- The tag for exclusion for facet countingfacetQuery
- The value of the query
-
-
Method Details
-
getKeyName
Gets the keyName- Returns:
- the keyName
-
getExcludedTagName
Gets the excludedTagName- Returns:
- the excludedTagName
-
getFacetQuery
Gets the facetQuery- Returns:
- the _acetQuery
-