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.ZeroTermsQueryReturns 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 TypeMethodDescriptionvoidMatchQuery.setZeroTermsQuery(MatchQuery.ZeroTermsQuery zeroTermsQuery) voidMultiMatchQuery.setZeroTermsQuery(MatchQuery.ZeroTermsQuery zeroTermsQuery)