Liferay 6.2-ce-ga5

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

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

public class ModifiedFacet
extends RangeFacet


Constructor Summary
ModifiedFacet(SearchContext searchContext)
           
 
Method Summary
protected  BooleanClause doGetFacetClause()
           
protected  void normalizeDates(SearchContext searchContext, FacetConfiguration facetConfiguration)
           
 
Methods inherited from class com.liferay.portal.kernel.search.facet.BaseFacet
getFacetClause, getFacetCollector, getFacetConfiguration, 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

ModifiedFacet

public ModifiedFacet(SearchContext searchContext)
Method Detail

doGetFacetClause

protected BooleanClause doGetFacetClause()
Overrides:
doGetFacetClause in class RangeFacet

normalizeDates

protected void normalizeDates(SearchContext searchContext,
                              FacetConfiguration facetConfiguration)

Liferay 6.2-ce-ga5