|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.search.v2.query.MultiTextFieldQuery
public class MultiTextFieldQuery
Represents a query against multiple fields.
| Constructor Summary | |
|---|---|
MultiTextFieldQuery(String query,
Set<String> fields,
BooleanOperator operator)
Constructs a multi-field query with the specified query, fields and operator. |
|
MultiTextFieldQuery(String query,
String... fields)
Constructs a multi-field query with the operator set to BooleanOperator.AND. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Set<String> |
getFields()
|
String |
getKey()
|
BooleanOperator |
getOperator()
|
List |
getParameters()
List of parameters as Strings or SearchQuerys. |
String |
getQuery()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiTextFieldQuery(String query,
Set<String> fields,
BooleanOperator operator)
query - fields - operator -
public MultiTextFieldQuery(String query,
String... fields)
BooleanOperator.AND.
query - the queryfields - the fields to query against| Method Detail |
|---|
public String getKey()
getKey in interface SearchQuerypublic String getQuery()
public Set<String> getFields()
public BooleanOperator getOperator()
public List getParameters()
SearchQueryStrings or SearchQuerys.
getParameters in interface SearchQueryStrings or SearchQuerys.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||