@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
String s or SearchQuery s. |
String |
getRawQuery() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getBoost, getSubClauses
public 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 SearchQuery
public List getParameters()
SearchQuery
String
s or SearchQuery
s.getParameters
in interface SearchQuery
String
s or SearchQuery
s.public String getFieldName()
public String getRawQuery()
public BooleanOperator getOperator()
public SearchQuery expand()
SearchQuery
expand
in interface Expandable<SearchQuery>
expand
in interface SearchQuery
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences