Interface Facet

All Superinterfaces:
com.liferay.portal.kernel.search.facet.Facet
All Known Subinterfaces:
NestedFacet

@ProviderType public interface Facet extends com.liferay.portal.kernel.search.facet.Facet
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    select(String... selections)
     
    void
    setAggregationName(String aggregationName)
     

    Methods inherited from interface com.liferay.portal.kernel.search.facet.Facet

    getFacetClause, getFacetCollector, getFacetConfiguration, getFacetFilterBooleanClause, getFacetValueValidator, getFieldId, getFieldName, getSearchContext, isStatic, setFacetCollector, setFacetConfiguration, setFacetValueValidator, setFieldName, setStatic
  • Method Details

    • getAggregationName

      String getAggregationName()
    • getSelections

      String[] getSelections()
    • select

      void select(String... selections)
    • setAggregationName

      void setAggregationName(String aggregationName)