Class TextQuerySearcher

java.lang.Object
com.atlassian.jira.issue.search.searchers.impl.TextQuerySearcher
All Implemented Interfaces:
IssueSearcher<SearchableField>

public class TextQuerySearcher extends Object implements IssueSearcher<SearchableField>
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.
Since:
v5.2