public class TextFieldPrefixQuery extends Object implements SearchQuery
Represents a query that specifies a prefix to be matched - equivalent to a trailing wildcard search e.g. 'app' will match 'apple'
Note: Using this query means that you know the name of fields within you index. This means that your code is
bound to the name of fields in the index which could change. Ultimately you should not consider the
TextFieldPrefixQuery
part of the public search API.
Constructor and Description |
---|
TextFieldPrefixQuery(String fieldName,
String prefix)
Construct a new TextFieldPrefixQuery.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFieldName() |
String |
getKey() |
List |
getParameters()
List of parameters as
String s or SearchQuery s. |
String |
getPrefix() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
expand
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 getPrefix()
Copyright © 2003–2017 Atlassian. All rights reserved.