| com.atlassian.jira.jql.query.LuceneQueryBuilder |
Known Indirect Subclasses
|
Class Overview
Converts a JQL query into an lucene query for searching JIRA lucene index.
This should be used over using the QueryVisitor directly
Public Methods
Converts a JQL Clause into an lucene Query for searching JIRA lucene index.
Parameters
| queryCreationContext
| the secutiry context under which the lucene query should be generated |
| clause
| the JQL clause to convert into a lucene query |
Returns
- the lucene query generated from the
Clause, Never null.