java.lang.Object
com.atlassian.jira.search.issue.index.indexers.impl.VisibilityBaseFieldIndexer
com.atlassian.jira.search.issue.index.indexers.impl.StatusIndexer
All Implemented Interfaces:
FieldIndexer

public class StatusIndexer extends VisibilityBaseFieldIndexer
Since:
10.4
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns:
      the String representation of the field id that this indexer is indexing, this must be unique for each independent FieldIndexer. If the Indexer does not represent a System or Custom field in Jira this should still return a unique string that describes the indexer.
    • getFields

      public Collection<Field> getFields()
      Description copied from interface: FieldIndexer
      Declares the fields to be added to the index schema
    • indexVisibleFields

      protected void indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData)
      Specified by:
      indexVisibleFields in class VisibilityBaseFieldIndexer