| java.lang.Object | |
| ↳ | com.atlassian.confluence.search.v2.lucene.mapper.TextFieldQueryMapper |
A mapper for TextFieldQuerys.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Converts the given query into a lucene query.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.confluence.search.v2.lucene.LuceneQueryMapper
| |||||||||||||
Converts the given query into a lucene query.
| textFieldQuery | a TextFieldQuery instance. |
|---|
| IllegalArgumentException | if the query cannot be successfully parsed by QueryParser |
|---|

