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

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

Uses of FieldIndexer in com.atlassian.jira.dev.reference.plugin.searchers
 

Classes in com.atlassian.jira.dev.reference.plugin.searchers that implement FieldIndexer
 class LabelsCustomFieldIndexer
          A sreference class that implements a custom field indexer
 

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> MultiGroupCFType.getRelatedIndexers(CustomField customField)
           
 List<FieldIndexer> AbstractCustomFieldType.getRelatedIndexers(CustomField customField)
           
 

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

Methods in com.atlassian.jira.issue.customfields.searchers.information that return types with arguments of type FieldIndexer
 List<FieldIndexer> CustomFieldSearcherInformation.getRelatedIndexers()
          Regular IssueSearchers get their FieldIndexers by instantiating the class objects passed to them.
 

Constructor parameters in com.atlassian.jira.issue.customfields.searchers.information with type arguments of type FieldIndexer
CustomFieldSearcherInformation(String id, String nameKey, List<? extends FieldIndexer> indexers, AtomicReference<CustomField> fieldReference)
           
 

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.
 class AffectedVersionsIndexer
           
 class AssigneeIndexer
           
 class BaseFieldIndexer
           
 class CascadingSelectCustomFieldIndexer
          A custom field indexer for the cascading select custom fields.
 class ComponentsIndexer
           
 class CreatedDateIndexer
           
 class CurrentEstimateIndexer
           
 class CustomFieldLabelsIndexer
          A CustomFieldLabelsIndexer
 class DateCustomFieldIndexer
          An indexer for the date custom fields
 class DescriptionIndexer
           
 class DueDateIndexer
           
 class EnvironmentIndexer
           
 class ExactTextCustomFieldIndexer
          A custom field indexer for text fields that can be sorted
 class FixForVersionsIndexer
           
 class GroupCustomFieldIndexer
          A simple custom field indexer for group custom fields
 class IssueIdIndexer
           
 class IssueKeyIndexer
           
 class IssueLinkIndexer
           
 class IssueTypeIndexer
           
 class LabelsIndexer
          Responsible for adding fields to the Issue document being indexed.
 class LocalDateIndexer
           
 class MultiSelectCustomFieldIndexer
          A custom field indexer for the multi select custom fields (e.g.
 class NumberCustomFieldIndexer
          A simple custom field indexer for the number custom fields
 class OriginalEstimateIndexer
           
 class ParentIssueIndexer
           
 class PriorityIndexer
           
 class ProgressIndexer
          This class indexes issue's progress (based on time spent and remaining).
 class ProjectCustomFieldIndexer
          A simple custom field indexer for the ProjectPicker custom field.
 class ProjectIdIndexer
           
 class ReporterIndexer
           
 class ResolutionDateIndexer
           
 class ResolutionIndexer
           
 class SecurityIndexer
           
 class SelectCustomFieldIndexer
          A simple version custom field indexer for the select custom fields (e.g.
 class SortableTextCustomFieldIndexer
          A custom field indexer for text fields that can be sorted
 class StatusIndexer
           
 class SubTaskIndexer
           
 class SummaryIndexer
           
 class TimeSpentIndexer
           
 class UpdatedDateIndexer
           
 class UserCustomFieldIndexer
          A simple version custom field indexer for the SingleUserPicker custom field.
 class UserFieldIndexer
          Abstract FieldIndexer that has helper methods to index usernames in a case-insensitive manner consistent with what Crowd Embedded does.
 class VersionCustomFieldIndexer
          A simple version custom field indexer.
 class VoterIndexer
           
 class VotesIndexer
           
 class WatcherIndexer
           
 class WatchesIndexer
           
 class WorkRatioIndexer
           
 

Uses of FieldIndexer in com.atlassian.jira.issue.index.managers
 

Methods in com.atlassian.jira.issue.index.managers that return types with arguments of type FieldIndexer
 Collection<FieldIndexer> FieldIndexerManager.getAllIssueIndexers()
           
 Collection<FieldIndexer> FieldIndexerManagerImpl.getAllIssueIndexers()
           
 

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.
 List<FieldIndexer> GenericSearcherInformation.getRelatedIndexers()
           
 

Constructor parameters in com.atlassian.jira.issue.search.searchers.information with type arguments of type FieldIndexer
GenericSearcherInformation(String id, String nameKey, List<Class<? extends FieldIndexer>> indexers, AtomicReference<T> fieldReference, SearcherGroupType searcherGroupType)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.