| Package | Description |
|---|---|
| com.atlassian.confluence.search.v2.query |
| Modifier and Type | Method and Description |
|---|---|
MultiMatchQuery.MultiMatchQueryType |
MultiMatchQuery.getQueryType() |
static MultiMatchQuery.MultiMatchQueryType |
MultiMatchQuery.MultiMatchQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiMatchQuery.MultiMatchQueryType[] |
MultiMatchQuery.MultiMatchQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MultiMatchQuery(String query,
MultiMatchQuery.MultiMatchQueryType queryType,
String... fields)
Constructs a multi-match query with the operator set to
BooleanOperator.AND. |
TextQuery(String query,
MultiMatchQuery.MultiMatchQueryType queryType) |
Copyright © 2003–2017 Atlassian. All rights reserved.