| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.index.DefaultIssueIndexer |
Known Direct Subclasses
|
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DefaultIssueIndexer.ChangeHistoryRetriever | |||||||||||
| DefaultIssueIndexer.CommentRetriever | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Delete any existing documents for the supplied issues.
| |||||||||||
Add documents for the supplied issues.
| |||||||||||
No other index operations should be called while this method is being called
| |||||||||||
Reindex a collection of issue comments.
| |||||||||||
Re-index the given issues, delete any existing documents and add new ones.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.issue.index.IssueIndexer
| |||||||||||
Delete any existing documents for the supplied issues.
| issues | An iterable of issues to index. |
|---|---|
| context | for showing the user the current status. |
Add documents for the supplied issues.
| issues | An iterable of issues to index. |
|---|---|
| context | for showing the user the current status. |
No other index operations should be called while this method is being called
| issues | An iterable of issues to index. |
|---|---|
| context | for showing the user the current status. |
Reindex a collection of issue comments.
| comments | Comments to be reindexed. |
|---|---|
| context | for showing the user the current status. |
Re-index the given issues, delete any existing documents and add new ones.
| issues | An iterable of issues to index. |
|---|---|
| context | for showing the user the current status. |
| reIndexComments | Set to true if you require issue comments to also be reindexed. |
| reIndexChangeHistory | Set to true if you require issue change history to also be reindexed. |
| conditionalUpdate | set to true to use conditional updates when writing to the index |