Class BaseFilter
Object
com.liferay.portal.kernel.search.filter.BaseFilter
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
BooleanFilter,ExistsFilter,GeoBoundingBoxFilter,GeoDistanceFilter,GeoPolygonFilter,MissingFilter,PrefixFilter,QueryFilter,RangeTermFilter,TermFilter,TermsFilter
- Author:
- Michael C. Han
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionisCached()voidvoidsetExecutionOption(String executionOption) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.search.filter.Filter
accept, getSortOrder
-
Constructor Details
-
BaseFilter
public BaseFilter()
-
-
Method Details
-
getExecutionOption
- Specified by:
getExecutionOptionin interfaceFilter
-
isCached
-
setCached
-
setExecutionOption
- Specified by:
setExecutionOptionin interfaceFilter
-
toString
-