Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.search.Query

Packages that use Query
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.messaging   
com.liferay.portal.search   
com.liferay.portal.search.generic   
com.liferay.portal.search.lucene   
 

Uses of Query in com.liferay.portal.kernel.search
 

Subinterfaces of Query in com.liferay.portal.kernel.search
 interface BooleanQuery
           
 interface TermQuery
           
 interface WildcardQuery
           
 

Classes in com.liferay.portal.kernel.search that implement Query
 class BaseBooleanQueryImpl
           
 class StringQueryImpl
           
 

Methods in com.liferay.portal.kernel.search that return Query
 Query SearchPermissionChecker.getPermissionQuery(long companyId, long[] groupIds, long userId, String className, Query query)
           
 Query BooleanClause.getQuery()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Query
 void BooleanQuery.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 void BooleanQuery.add(Query query, String occur)
           
 Query SearchPermissionChecker.getPermissionQuery(long companyId, long[] groupIds, long userId, String className, Query query)
           
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, int start, int end)
           
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, Sort[] sorts, int start, int end)
           
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, Sort sort, int start, int end)
           
static Hits SearchEngineUtil.search(long companyId, Query query, int start, int end)
           
static Hits SearchEngineUtil.search(long companyId, Query query, Sort[] sorts, int start, int end)
           
 Hits IndexSearcher.search(long companyId, Query query, Sort[] sort, int start, int end)
           
static Hits SearchEngineUtil.search(long companyId, Query query, Sort sort, int start, int end)
           
 

Uses of Query in com.liferay.portal.kernel.search.messaging
 

Methods in com.liferay.portal.kernel.search.messaging that return Query
 Query SearchRequest.getQuery()
           
 

Methods in com.liferay.portal.kernel.search.messaging with parameters of type Query
static SearchRequest SearchRequest.search(long companyId, Query query, Sort[] sorts, int start, int end)
           
 void SearchRequest.setQuery(Query query)
           
 

Uses of Query in com.liferay.portal.search
 

Methods in com.liferay.portal.search that return Query
protected  Query SearchPermissionCheckerImpl.doGetPermissionQuery_5(long companyId, long[] groupIds, long userId, String className, Query query)
           
protected  Query SearchPermissionCheckerImpl.doGetPermissionQuery_6(long companyId, long[] groupIds, long userId, String className, Query query)
           
 Query SearchPermissionCheckerImpl.getPermissionQuery(long companyId, long[] groupIds, long userId, String className, Query query)
           
 

Methods in com.liferay.portal.search with parameters of type Query
protected  Query SearchPermissionCheckerImpl.doGetPermissionQuery_5(long companyId, long[] groupIds, long userId, String className, Query query)
           
protected  Query SearchPermissionCheckerImpl.doGetPermissionQuery_6(long companyId, long[] groupIds, long userId, String className, Query query)
           
 Query SearchPermissionCheckerImpl.getPermissionQuery(long companyId, long[] groupIds, long userId, String className, Query query)
           
 Hits IndexSearcherImpl.search(long companyId, Query query, Sort[] sorts, int start, int end)
           
 

Uses of Query in com.liferay.portal.search.generic
 

Classes in com.liferay.portal.search.generic that implement Query
 class BooleanQueryImpl
           
 class TermQueryImpl
           
 class WildcardQueryImpl
           
 

Methods in com.liferay.portal.search.generic that return Query
 Query BooleanClauseImpl.getQuery()
           
 

Methods in com.liferay.portal.search.generic with parameters of type Query
 void BooleanQueryImpl.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 void BooleanQueryImpl.add(Query query, String occur)
           
 

Constructors in com.liferay.portal.search.generic with parameters of type Query
BooleanClauseImpl(Query query, BooleanClauseOccur booleanClauseOccur)
           
 

Uses of Query in com.liferay.portal.search.lucene
 

Classes in com.liferay.portal.search.lucene that implement Query
 class LuceneQueryImpl
           
 

Methods in com.liferay.portal.search.lucene that return Query
 Query BooleanClauseImpl.getQuery()
           
 

Methods in com.liferay.portal.search.lucene with parameters of type Query
 void BooleanQueryImpl.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 void BooleanQueryImpl.add(Query query, String occur)
           
protected  String[] LuceneIndexSearcherImpl.getQueryTerms(Query query)
           
protected  String LuceneIndexSearcherImpl.getSnippet(org.apache.lucene.document.Document doc, Query query, String field)
           
 Hits LuceneIndexSearcherImpl.search(long companyId, Query query, Sort[] sorts, int start, int end)
           
protected  Hits LuceneIndexSearcherImpl.subset(org.apache.lucene.search.Hits luceneHits, Query query, long startTime, float searchTime, int start, int end)
           
static org.apache.lucene.search.Query QueryTranslator.translate(Query query)
           
 


Liferay 6.0.5