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

All Known Implementing Classes:
AffectedVersionsIndexer, AssigneeIndexer, BaseFieldIndexer, BaseRenderableFieldIndexer, ComponentsIndexer, CreatedDateIndexer, CurrentEstimateIndexer, DefaultCustomFieldIndexer, DescriptionIndexer, DueDateIndexer, EnvironmentIndexer, FixForVersionsIndexer, IssueIdIndexer, IssueKeyIndexer, IssueTypeIndexer, OriginalEstimateIndexer, ParentIssueIndexer, PriorityIndexer, ProgressIndexer, ProjectIdIndexer, ReporterIndexer, ResolutionIndexer, SecurityIndexer, StatusIndexer, SubTaskIndexer, SummaryIndexer, TimeSpentIndexer, UpdatedDateIndexer, VotesIndexer, WorkRatioIndexer

public interface FieldIndexer


Method Summary
 void addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 String getId()
           
 

Method Detail

getId

String getId()

addIndex

void addIndex(org.apache.lucene.document.Document doc,
              Issue issue)


Copyright © 2002-2007 Atlassian. All Rights Reserved.