| com.atlassian.jira.issue.index.IssueIndexer |
Known Indirect Subclasses
|
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| IssueIndexer.Analyzers | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Delete any existing documents for the supplied issues.
| |||||||||||
Add documents for the supplied issues.
| |||||||||||
Index the given issues, use whatever is in your arsenal to do it as FAST as possible.
| |||||||||||
Reindex a collection of issue comments.
| |||||||||||
Re-index the given issues, delete any existing documents and add new ones.
| |||||||||||
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. |
Index the given issues, use whatever is in your arsenal to do it as FAST as possible.
| 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 |