Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.search.generic.MultiMatchQuery.Type

Packages that use MultiMatchQuery.Type
com.liferay.portal.kernel.search.generic   
 

Uses of MultiMatchQuery.Type in com.liferay.portal.kernel.search.generic
 

Methods in com.liferay.portal.kernel.search.generic that return MultiMatchQuery.Type
 MultiMatchQuery.Type MultiMatchQuery.getType()
           
static MultiMatchQuery.Type MultiMatchQuery.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MultiMatchQuery.Type[] MultiMatchQuery.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.search.generic with parameters of type MultiMatchQuery.Type
 void MultiMatchQuery.setType(MultiMatchQuery.Type type)
           
 


Liferay 7.0-ce-b4