| java.lang.Object | |
| ↳ | com.atlassian.confluence.search.v2.query.MultiTextFieldQuery |
Represents a query against multiple fields.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a multi-field query with the specified query, fields and operator.
| |||||||||||
Constructs a multi-field query with the operator set to
AND. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
List of parameters as
Strings or SearchQuerys. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.search.v2.SearchQuery
| |||||||||||||||
Constructs a multi-field query with the specified query, fields and operator.
Constructs a multi-field query with the operator set to AND.
| query | the query |
|---|---|
| fields | the fields to query against |
List of parameters as Strings or SearchQuerys.
Strings or SearchQuerys.

