Uses of Interface
com.liferay.portal.kernel.search.Query
Packages that use Query
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal repository proxy beans.
-
Uses of Query in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service with parameters of type QueryModifier and TypeMethodDescriptionDLAppService.search
(long repositoryId, SearchContext searchContext, Query query) static Hits
DLAppServiceUtil.search
(long repositoryId, SearchContext searchContext, Query query) DLAppServiceWrapper.search
(long repositoryId, SearchContext searchContext, Query query) -
Uses of Query in com.liferay.portal.kernel.repository
Methods in com.liferay.portal.kernel.repository with parameters of type Query -
Uses of Query in com.liferay.portal.kernel.repository.proxy
Methods in com.liferay.portal.kernel.repository.proxy with parameters of type QueryModifier and TypeMethodDescriptionBaseRepositoryProxyBean.search
(SearchContext searchContext, Query query) -
Uses of Query in com.liferay.portal.kernel.search
Subinterfaces of Query in com.liferay.portal.kernel.searchModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Classes in com.liferay.portal.kernel.search that implement QueryMethods in com.liferay.portal.kernel.search that return QueryModifier and TypeMethodDescriptionBooleanQuery.add
(Query query, BooleanClauseOccur booleanClauseOccur) BooleanQuery.addExactTerm
(String field, boolean value) BooleanQuery.addExactTerm
(String field, double value) BooleanQuery.addExactTerm
(String field, int value) BooleanQuery.addExactTerm
(String field, long value) BooleanQuery.addExactTerm
(String field, short value) BooleanQuery.addExactTerm
(String field, Boolean value) BooleanQuery.addExactTerm
(String field, Double value) BooleanQuery.addExactTerm
(String field, Integer value) BooleanQuery.addExactTerm
(String field, Long value) BooleanQuery.addExactTerm
(String field, Short value) BooleanQuery.addExactTerm
(String field, String value) BooleanQuery.addRangeTerm
(String field, int startValue, int endValue) BooleanQuery.addRangeTerm
(String field, long startValue, long endValue) BooleanQuery.addRangeTerm
(String field, short startValue, short endValue) BooleanQuery.addRangeTerm
(String field, Integer startValue, Integer endValue) BooleanQuery.addRangeTerm
(String field, Long startValue, Long endValue) BooleanQuery.addRangeTerm
(String field, Short startValue, Short endValue) BooleanQuery.addRangeTerm
(String field, String startValue, String endValue) BooleanQuery.addRequiredTerm
(String field, boolean value) BooleanQuery.addRequiredTerm
(String field, double value) BooleanQuery.addRequiredTerm
(String field, int value) BooleanQuery.addRequiredTerm
(String field, long value) BooleanQuery.addRequiredTerm
(String field, short value) BooleanQuery.addRequiredTerm
(String field, Boolean value) BooleanQuery.addRequiredTerm
(String field, Double value) BooleanQuery.addRequiredTerm
(String field, Integer value) BooleanQuery.addRequiredTerm
(String field, Long value) BooleanQuery.addRequiredTerm
(String field, Short value) BooleanQuery.addRequiredTerm
(String field, String value) BooleanQuery.addRequiredTerm
(String field, String value, boolean like) protected Query
BaseIndexer.addSearchTerm
(BooleanQuery searchQuery, SearchContext searchContext, String field, boolean like) BooleanQuery.addTerm
(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur) Hits.getQuery()
HitsImpl.getQuery()
Methods in com.liferay.portal.kernel.search that return types with arguments of type QueryModifier and TypeMethodDescriptionBooleanQuery.addNumericRangeTerm
(String field, int startValue, int endValue) BooleanQuery.addNumericRangeTerm
(String field, long startValue, long endValue) BooleanQuery.addNumericRangeTerm
(String field, short startValue, short endValue) BooleanQuery.addNumericRangeTerm
(String field, Integer startValue, Integer endValue) BooleanQuery.addNumericRangeTerm
(String field, Long startValue, Long endValue) BooleanQuery.addNumericRangeTerm
(String field, Short startValue, Short endValue) BaseIndexer.addSearchExpando
(BooleanQuery searchQuery, SearchContext searchContext, String keywords) BaseIndexer.addSearchKeywords
(BooleanQuery searchQuery, SearchContext searchContext) BaseIndexer.addSearchLocalizedTerm
(BooleanQuery searchQuery, SearchContext searchContext, String field, boolean like) BooleanQuery.clauses()
static BooleanClause<Query>
static BooleanClause<Query>
SearchContext.getBooleanClauses()
Methods in com.liferay.portal.kernel.search with parameters of type QueryModifier and TypeMethodDescriptionBooleanQuery.add
(Query query, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Query>
IndexSearcher.getQueryString
(SearchContext searchContext, Query query) IndexSearcherHelper.getQueryString
(SearchContext searchContext, Query query) static String
IndexSearcherHelperUtil.getQueryString
(SearchContext searchContext, Query query) IndexSearcher.search
(SearchContext searchContext, Query query) IndexSearcherHelper.search
(SearchContext searchContext, Query query) static Hits
IndexSearcherHelperUtil.search
(SearchContext searchContext, Query query) long
IndexSearcher.searchCount
(SearchContext searchContext, Query query) long
IndexSearcherHelper.searchCount
(SearchContext searchContext, Query query) static long
IndexSearcherHelperUtil.searchCount
(SearchContext searchContext, Query query) void
void
-
Uses of Query in com.liferay.portal.kernel.search.dummy
Methods in com.liferay.portal.kernel.search.dummy with parameters of type QueryModifier and TypeMethodDescriptionDummyIndexSearcher.getQueryString
(SearchContext searchContext, Query query) DummyIndexSearcher.search
(SearchContext searchContext, Query query) long
DummyIndexSearcher.searchCount
(SearchContext searchContext, Query query) -
Uses of Query in com.liferay.portal.kernel.search.facet
Methods in com.liferay.portal.kernel.search.facet that return types with arguments of type QueryModifier and TypeMethodDescriptionprotected BooleanClause<Query>
BaseFacet.doGetFacetClause()
Deprecated.BaseFacet.getFacetClause()
Deprecated.As of Wilberforce (7.0.x), replaced byBaseFacet.getFacetFilterBooleanClause()
Facet.getFacetClause()
Deprecated.As of Wilberforce (7.0.x), replaced byFacet.getFacetFilterBooleanClause()
-
Uses of Query in com.liferay.portal.kernel.search.filter
Methods in com.liferay.portal.kernel.search.filter that return QueryConstructors in com.liferay.portal.kernel.search.filter with parameters of type Query -
Uses of Query in com.liferay.portal.kernel.search.generic
Classes in com.liferay.portal.kernel.search.generic that implement QueryModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Provides support for parsing raw, human readable query syntax.class
class
class
Methods in com.liferay.portal.kernel.search.generic that return QueryModifier and TypeMethodDescriptionBooleanQueryImpl.add
(Query query, BooleanClauseOccur booleanClauseOccur) BooleanQueryImpl.addExactTerm
(String field, boolean value) BooleanQueryImpl.addExactTerm
(String field, double value) BooleanQueryImpl.addExactTerm
(String field, int value) BooleanQueryImpl.addExactTerm
(String field, long value) BooleanQueryImpl.addExactTerm
(String field, short value) BooleanQueryImpl.addExactTerm
(String field, Boolean value) BooleanQueryImpl.addExactTerm
(String field, Double value) BooleanQueryImpl.addExactTerm
(String field, Integer value) BooleanQueryImpl.addExactTerm
(String field, Long value) BooleanQueryImpl.addExactTerm
(String field, Short value) BooleanQueryImpl.addExactTerm
(String field, String value) BooleanQueryImpl.addRangeTerm
(String field, int startValue, int endValue) BooleanQueryImpl.addRangeTerm
(String field, long startValue, long endValue) BooleanQueryImpl.addRangeTerm
(String field, short startValue, short endValue) BooleanQueryImpl.addRangeTerm
(String field, Integer startValue, Integer endValue) BooleanQueryImpl.addRangeTerm
(String field, Long startValue, Long endValue) BooleanQueryImpl.addRangeTerm
(String field, Short startValue, Short endValue) BooleanQueryImpl.addRangeTerm
(String field, String startValue, String endValue) BooleanQueryImpl.addRequiredTerm
(String field, boolean value) BooleanQueryImpl.addRequiredTerm
(String field, double value) BooleanQueryImpl.addRequiredTerm
(String field, int value) BooleanQueryImpl.addRequiredTerm
(String field, long value) BooleanQueryImpl.addRequiredTerm
(String field, short value) BooleanQueryImpl.addRequiredTerm
(String field, Boolean value) BooleanQueryImpl.addRequiredTerm
(String field, Double value) BooleanQueryImpl.addRequiredTerm
(String field, Integer value) BooleanQueryImpl.addRequiredTerm
(String field, Long value) BooleanQueryImpl.addRequiredTerm
(String field, Short value) BooleanQueryImpl.addRequiredTerm
(String field, String value) BooleanQueryImpl.addRequiredTerm
(String field, String value, boolean like) BooleanQueryImpl.addRequiredTerm
(String field, String value, boolean like, boolean parseKeywords) BooleanQueryImpl.addTerm
(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur) NestedQuery.getQuery()
Methods in com.liferay.portal.kernel.search.generic that return types with arguments of type QueryModifier and TypeMethodDescriptionBooleanQueryImpl.addNumericRangeTerm
(String field, int startValue, int endValue) BooleanQueryImpl.addNumericRangeTerm
(String field, long startValue, long endValue) BooleanQueryImpl.addNumericRangeTerm
(String field, short startValue, short endValue) BooleanQueryImpl.addNumericRangeTerm
(String field, Integer startValue, Integer endValue) BooleanQueryImpl.addNumericRangeTerm
(String field, Long startValue, Long endValue) BooleanQueryImpl.addNumericRangeTerm
(String field, Short startValue, Short endValue) BooleanQueryImpl.clauses()
DisMaxQuery.getQueries()
Methods in com.liferay.portal.kernel.search.generic with parameters of type QueryModifier and TypeMethodDescriptionBooleanQueryImpl.add
(Query query, BooleanClauseOccur booleanClauseOccur) void
Constructors in com.liferay.portal.kernel.search.generic with parameters of type Query -
Uses of Query in com.liferay.portal.kernel.search.query
Methods in com.liferay.portal.kernel.search.query that return QueryModifier and TypeMethodDescriptionFieldQueryFactory.createQuery
(String field, String value, boolean like, boolean splitKeywords) static Query
FieldQueryFactoryUtil.createQuery
(String field, String value, boolean like, boolean splitKeywords) Methods in com.liferay.portal.kernel.search.query with parameters of type QueryModifier and TypeMethodDescriptionQueryTranslator.translate
(Query query, SearchContext searchContext) -
Uses of Query in com.liferay.portal.kernel.search.suggest
Methods in com.liferay.portal.kernel.search.suggest that return QueryConstructors in com.liferay.portal.kernel.search.suggest with parameters of type Query
BaseFacet.doGetFacetFilterBooleanClause()