Class IndexReconciler

java.lang.Object
com.atlassian.jira.issue.index.IndexReconciler

public class IndexReconciler extends Object
A helper when doing background re-indexing, to match up which issues are seen in the index and database
Since:
v6.1
  • Constructor Details

    • IndexReconciler

      public IndexReconciler(long[] indexedIssues)
      Construct a new Reconciler.
      Parameters:
      indexedIssues - An array of issues known to be in the index.
  • Method Details

    • spy

      public void spy(Issue issue)
    • getUnindexed

      public List<Long> getUnindexed()
    • getOrphans

      public List<Long> getOrphans()
      Returns issues that had been indexed before background/project reindex, but were not visited during the reindex.