java.lang.Object | |
↳ | com.atlassian.jira.issue.search.searchers.impl.TextQuerySearcher |
Searcher for the multi-field text search input introduced 2012 as a gradual replacement for the orignal QuerySearcher. This maps to the LHS of JQL query "text ~ foo" and it searches for multiple fields.
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.issue.search.searchers.IssueSearcher
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provides an object that contains information about the Searcher.
| |||||||||||
Provides an object that will allow you to transform raw request parameters to field holder values and
field holder values to
Clause search representations. | |||||||||||
Provides an object that will allow you to render the edit and view html for a searcher.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||
From interface
com.atlassian.jira.issue.search.searchers.IssueSearcher
|
Provides an object that contains information about the Searcher.
Provides an object that will allow you to transform raw request parameters to field holder values and
field holder values to Clause
search representations.
Provides an object that will allow you to render the edit and view html for a searcher. This also provides methods that indicate if the view and edit methods should be invoked.