Package com.atlassian.jira.search.jql
Interface AllTextClauseQueryFieldsProvider
- All Known Implementing Classes:
AbstractPropertyClauseQueryMapper,AliasedIssuePropertyClauseQueryMapper,DescriptionClauseQueryMapper,EnvironmentClauseQueryMapper,FreeTextClauseQueryMapper,IssuePropertyClauseQueryMapper,SummaryClauseQueryMapper
public interface AllTextClauseQueryFieldsProvider
A provider of a list of fields to be used in an "all text" search for a given
TerminalClause.- Since:
- 11.2
-
Method Summary
Modifier and TypeMethodDescriptiongetAllTextFields(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
-
Method Details
-
getAllTextFields
List<BoostField> getAllTextFields(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
-