Uses of Class
io.ebean.search.MultiMatch.Type
-
Packages that use MultiMatch.Type Package Description io.ebean.search Provides text search expressions like Match, TextQueryString etc. -
-
Uses of MultiMatch.Type in io.ebean.search
Methods in io.ebean.search that return MultiMatch.Type Modifier and Type Method Description MultiMatch.Type
MultiMatch. getType()
Return the type.static MultiMatch.Type
MultiMatch.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static MultiMatch.Type[]
MultiMatch.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.search with parameters of type MultiMatch.Type Modifier and Type Method Description MultiMatch
MultiMatch. type(MultiMatch.Type type)
Set the type of query.
-