Class TermQueryImpl
Object
com.liferay.portal.kernel.search.BaseQueryImpl
com.liferay.portal.kernel.search.generic.TermQueryImpl
- All Implemented Interfaces:
Query
,TermQuery
,Serializable
- Author:
- Michael C. Han
- See Also:
-
Field Summary
Fields inherited from interface com.liferay.portal.kernel.search.Query
BOOST_DEFAULT
-
Constructor Summary
ConstructorsConstructorDescriptionTermQueryImpl
(QueryTerm queryTerm) TermQueryImpl
(String field, String value) -
Method Summary
Methods inherited from class com.liferay.portal.kernel.search.BaseQueryImpl
getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.search.Query
getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
-
Constructor Details
-
TermQueryImpl
-
TermQueryImpl
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceQuery
- Overrides:
accept
in classBaseQueryImpl
-
getQueryTerm
- Specified by:
getQueryTerm
in interfaceTermQuery
-
toString
-