| Package | Description |
|---|---|
| com.avaje.ebean.search |
Provides text search expressions like Match, TextQueryString etc.
|
| Modifier and Type | Field and Description |
|---|---|
protected MultiMatch.Type |
MultiMatch.type |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
MultiMatch |
MultiMatch.type(MultiMatch.Type type)
Set the type of query.
|
Copyright © 2016. All rights reserved.