Uses of Class
com.liferay.portal.kernel.search.ParseException
Packages that use ParseException
-
Uses of ParseException in com.liferay.portal.kernel.repository.search
Methods in com.liferay.portal.kernel.repository.search that throw ParseExceptionModifier and TypeMethodDescriptionvoidRepositorySearchQueryTermBuilder.addTerm(BooleanQuery booleanQuery, SearchContext searchContext, String field, String value) -
Uses of ParseException in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that throw ParseExceptionModifier and TypeMethodDescriptionBooleanQuery.add(Query query, BooleanClauseOccur booleanClauseOccur) protected voidBaseIndexer.addFacetClause(SearchContext searchContext, BooleanFilter facetBooleanFilter, Collection<Facet> facets) Deprecated.As of Wilberforce (7.0.x)BooleanQuery.addTerm(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur) IndexSearcher.getQueryString(SearchContext searchContext, Query query)