com.liferay.portal.kernel.search.facet
Class AssetEntriesFacet
java.lang.Object
com.liferay.portal.kernel.search.facet.BaseFacet
com.liferay.portal.kernel.search.facet.MultiValueFacet
com.liferay.portal.kernel.search.facet.AssetEntriesFacet
- All Implemented Interfaces:
- Facet
public class AssetEntriesFacet
- extends MultiValueFacet
| Methods inherited from class com.liferay.portal.kernel.search.facet.BaseFacet |
doGetFacetClause, getFacetClause, getFacetCollector, getFacetConfiguration, getFacetFilterBooleanClause, getFacetValueValidator, getFieldId, getFieldName, getSearchContext, isStatic, setFacetCollector, setFacetValueValidator, setFieldName, setStatic |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetEntriesFacet
public AssetEntriesFacet(SearchContext searchContext)
setFacetConfiguration
public void setFacetConfiguration(FacetConfiguration facetConfiguration)
- Specified by:
setFacetConfiguration in interface Facet- Overrides:
setFacetConfiguration in class BaseFacet
doGetFacetFilterBooleanClause
protected BooleanClause<Filter> doGetFacetFilterBooleanClause()
- Overrides:
doGetFacetFilterBooleanClause in class MultiValueFacet
initFacetClause
protected void initFacetClause()
postProcessContextQuery
@Deprecated
protected void postProcessContextQuery(BooleanFilter entityFilter,
SearchContext searchContext,
Indexer<?> indexer)
throws Exception
- Deprecated. As of 7.0.0, added strictly to support backwards
compatibility of
Indexer.postProcessContextQuery(BooleanQuery, SearchContext)
- Throws:
Exception