public class QueryStringQuery extends Object implements SearchQuery
| Constructor and Description |
|---|
QueryStringQuery(Collection<String> fieldNames,
String query,
BooleanOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getFieldNames() |
String |
getKey() |
BooleanOperator |
getOperator() |
List<?> |
getParameters()
List of parameters as
Strings or SearchQuerys. |
String |
getQuery() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexpand, getBoostpublic static final String KEY
public QueryStringQuery(Collection<String> fieldNames, String query, BooleanOperator operator)
public String getKey()
getKey in interface SearchQuerypublic List<?> getParameters()
SearchQueryStrings or SearchQuerys.getParameters in interface SearchQueryStrings or SearchQuerys.public String getQuery()
public BooleanOperator getOperator()
Copyright © 2003–2018 Atlassian. All rights reserved.