@SearchPrimitive public class WildcardTextFieldQuery extends Object implements SearchQuery
| Constructor and Description |
|---|
WildcardTextFieldQuery(String fieldName,
String rawQuery,
BooleanOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SearchQuery |
expand()
Expands this query into a composite query (that composes other queries).
|
String |
getFieldName() |
String |
getKey() |
BooleanOperator |
getOperator() |
List |
getParameters()
List of parameters as
Strings or SearchQuerys. |
String |
getRawQuery() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetBoost, getSubClausespublic WildcardTextFieldQuery(String fieldName, String rawQuery, BooleanOperator operator)
fieldName - the field name in the indexrawQuery - the raw query string for the fieldoperator - the operator applied to raw query string. For example, with a rawQuery of "foo bar", specifying
BooleanOperator.AND means "foo AND bar"public String getKey()
getKey in interface SearchQuerypublic List getParameters()
SearchQueryStrings or SearchQuerys.getParameters in interface SearchQueryStrings or SearchQuerys.public String getFieldName()
public String getRawQuery()
public BooleanOperator getOperator()
public SearchQuery expand()
SearchQueryexpand in interface Expandable<SearchQuery>expand in interface SearchQueryCopyright © 2003–2021 Atlassian. All rights reserved.