Liferay 7.0-ce-b4

com.liferay.portal.kernel.search
Interface WildcardQuery

All Superinterfaces:
Query, Serializable
All Known Implementing Classes:
WildcardQueryImpl

public interface WildcardQuery
extends Query


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.search.Query
BOOST_DEFAULT
 
Method Summary
 QueryTerm getQueryTerm()
           
 
Methods inherited from interface com.liferay.portal.kernel.search.Query
accept, getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, getWrappedQuery, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
 

Method Detail

getQueryTerm

QueryTerm getQueryTerm()

Liferay 7.0-ce-b4