Uses of Interface
com.atlassian.jira.issue.index.indexers.FieldIndexer

Packages that use FieldIndexer
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.index.indexers.impl   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.searchers.information   
 

Uses of FieldIndexer in com.atlassian.jira.issue.customfields
 

Methods in com.atlassian.jira.issue.customfields that return types with arguments of type FieldIndexer
 List<FieldIndexer> CustomFieldType.getRelatedIndexers(CustomField customField)
          Returns a list of indexers that will be used for the field.
 

Uses of FieldIndexer in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that return types with arguments of type FieldIndexer
 List<FieldIndexer> AbstractCustomFieldType.getRelatedIndexers(CustomField customField)
           
 

Uses of FieldIndexer in com.atlassian.jira.issue.index.indexers.impl
 

Classes in com.atlassian.jira.issue.index.indexers.impl that implement FieldIndexer
 class AbstractCustomFieldIndexer
          A base-class for custom field indexers that performs the logic of checking if the CustomField isVisibleAndInScope and then delegates off to the base class to add the correct document fields.
 

Uses of FieldIndexer in com.atlassian.jira.issue.search
 

Methods in com.atlassian.jira.issue.search that return types with arguments of type FieldIndexer
 List<FieldIndexer> SearchHandler.getIndexers()
          The list of indexers that will JIRA will use to index the field.
 

Constructor parameters in com.atlassian.jira.issue.search with type arguments of type FieldIndexer
SearchHandler(List<FieldIndexer> fieldIndexers, SearchHandler.SearcherRegistration searcherRegistration)
          Create a new handler with the passed FieldIndexers and SearchHandler.SearcherRegistration.
SearchHandler(List<FieldIndexer> fieldIndexers, SearchHandler.SearcherRegistration searcherRegistration, List<SearchHandler.ClauseRegistration> clauseRegistrations)
          Create a new handler.
 

Uses of FieldIndexer in com.atlassian.jira.issue.search.searchers.information
 

Methods in com.atlassian.jira.issue.search.searchers.information that return types with arguments of type FieldIndexer
 List<FieldIndexer> SearcherInformation.getRelatedIndexers()
          Returns a list of FieldIndexer objects.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.