Package com.atlassian.jira.issue.index
Class IndexReconciler
java.lang.Object
com.atlassian.jira.issue.index.IndexReconciler
A helper when doing background re-indexing, to match up which issues are seen in the index and database
- Since:
- v6.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns issues that had been indexed before background/project reindex, but were not visited during the reindex.void
-
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
-
getUnindexed
-
getOrphans
Returns issues that had been indexed before background/project reindex, but were not visited during the reindex.
-