Uses of Enum Class
com.liferay.portal.kernel.search.generic.MatchQuery.ZeroTermsQuery
Packages that use MatchQuery.ZeroTermsQuery
-
Uses of MatchQuery.ZeroTermsQuery in com.liferay.portal.kernel.search.generic
Methods in com.liferay.portal.kernel.search.generic that return MatchQuery.ZeroTermsQueryModifier and TypeMethodDescriptionMatchQuery.getZeroTermsQuery()
MultiMatchQuery.getZeroTermsQuery()
static MatchQuery.ZeroTermsQuery
Returns the enum constant of this class with the specified name.static MatchQuery.ZeroTermsQuery[]
MatchQuery.ZeroTermsQuery.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.search.generic with parameters of type MatchQuery.ZeroTermsQueryModifier and TypeMethodDescriptionvoid
MatchQuery.setZeroTermsQuery
(MatchQuery.ZeroTermsQuery zeroTermsQuery) void
MultiMatchQuery.setZeroTermsQuery
(MatchQuery.ZeroTermsQuery zeroTermsQuery)