| java.lang.Object | |
| ↳ | com.atlassian.confluence.search.v2.query.TextFieldPrefixQuery |
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new TextFieldPrefixQuery.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
List of parameters as
Strings or SearchQuerys. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.search.v2.SearchQuery
| |||||||||||||||
Construct a new TextFieldPrefixQuery.
| fieldName | the index field to apply this query on |
|---|---|
| prefix | the prefix being searched for |
List of parameters as Strings or SearchQuerys.
Strings or SearchQuerys.

