Liferay 7.0-ce-b4

com.liferay.portal.kernel.search.facet
Class SimpleFacet

java.lang.Object
  extended by com.liferay.portal.kernel.search.facet.BaseFacet
      extended by com.liferay.portal.kernel.search.facet.SimpleFacet
All Implemented Interfaces:
Facet

public class SimpleFacet
extends BaseFacet


Constructor Summary
SimpleFacet(SearchContext searchContext)
           
 
Method Summary
protected  BooleanClause<Filter> doGetFacetFilterBooleanClause()
           
 
Methods inherited from class com.liferay.portal.kernel.search.facet.BaseFacet
doGetFacetClause, getFacetClause, getFacetCollector, getFacetConfiguration, getFacetFilterBooleanClause, getFacetValueValidator, getFieldId, getFieldName, getSearchContext, isStatic, setFacetCollector, setFacetConfiguration, setFacetValueValidator, setFieldName, setStatic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFacet

public SimpleFacet(SearchContext searchContext)
Method Detail

doGetFacetFilterBooleanClause

protected BooleanClause<Filter> doGetFacetFilterBooleanClause()
Specified by:
doGetFacetFilterBooleanClause in class BaseFacet

Liferay 7.0-ce-b4