Class WildcardQueryImpl
Object
com.liferay.portal.kernel.search.BaseQueryImpl
com.liferay.portal.kernel.search.generic.WildcardQueryImpl
- All Implemented Interfaces:
Query,WildcardQuery,Serializable
- Author:
- Michael C. Han
- See Also:
-
Field Summary
Fields inherited from interface com.liferay.portal.kernel.search.Query
BOOST_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionWildcardQueryImpl(QueryTerm queryTerm) WildcardQueryImpl(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, setQueryConfigMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.search.Query
getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
-
Constructor Details
-
WildcardQueryImpl
-
WildcardQueryImpl
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceQuery- Overrides:
acceptin classBaseQueryImpl
-
getQueryTerm
- Specified by:
getQueryTermin interfaceWildcardQuery
-
toString
-