Package | Description |
---|---|
com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
com.atlassian.confluence.search.v2.query |
Modifier and Type | Method and Description |
---|---|
static BooleanOperator |
BooleanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanOperator[] |
BooleanOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BooleanOperator |
TextFieldQuery.getOperator() |
BooleanOperator |
MultiTextFieldQuery.getOperator() |
Constructor and Description |
---|
MultiTextFieldQuery(String query,
Set<String> fields,
BooleanOperator operator)
Constructs a multi-field query with the specified query, fields and operator.
|
TextFieldQuery(String fieldName,
String rawQuery,
BooleanOperator operator) |
Copyright © 2003–2016 Atlassian. All rights reserved.