public interface

SearchHandlerFactory

com.atlassian.jira.issue.search.handlers.SearchHandlerFactory
Known Indirect Subclasses

Class Overview

Factory to create SearchHandler instances.

Summary

Public Methods
SearchHandler createHandler(SearchableField field)
Create the SearchHandler using for the passed field.

Public Methods

public SearchHandler createHandler (SearchableField field)

Create the SearchHandler using for the passed field.

Parameters
field the field to create the handler for.
Returns
  • a new SearchHandler for the passed field. Should never return null.