java.lang.Object | |
↳ | com.atlassian.jira.util.index.CompositeIndexLifecycleManager |
Convenience class for managing known IndexManagers and calling them all.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Activates search indexes.
| |||||||||||
Activates search indexes.
| |||||||||||
De-activates indexing (as happens from the admin page) and removes index directories.
| |||||||||||
Whether this index is available.
| |||||||||||
Optimize the underlying indexes.
| |||||||||||
Reindex everything.
| |||||||||||
Reindex indexes defined by the
IssueIndexingParams . | |||||||||||
Reindex everything, but don't stop the world
Comments and change history will not be reindexed.
| |||||||||||
Reindex everything, but don't stop the world
| |||||||||||
Reindex everything, but don't stop the world
| |||||||||||
Shuts down the indexing manager and closes its resources (if any).
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Activates search indexes. This will rebuild the indexes.
context | used to report progress back to the user or to the logs. Must not be null. |
---|
Activates search indexes.
context | used to report progress back to the user or to the logs. Must not be null. |
---|---|
reindex | reindex after activation. |
De-activates indexing (as happens from the admin page) and removes index directories.
Whether this index is available. The index is not available if the index is being rebuilt or recovered. In a clustered environment this reflects only the state on the local node.
Optimize the underlying indexes. Make the subsequent searching more efficient.
Reindex everything.
context | used to report progress back to the user or to the logs. Must not be null. |
---|
Reindex indexes defined by the IssueIndexingParams
.
context | used to report progress back to the user or to the logs. Must not be null. |
---|---|
issueIndexingParams | indexes to reindex. |
Reindex everything, but don't stop the world Comments and change history will not be reindexed.
context | used to report progress back to the user or to the logs. Must not be null. |
---|
Reindex everything, but don't stop the world
context | used to report progress back to the user or to the logs. Must not be null. |
---|---|
reIndexComments | Also reindex all the issue comments. |
reIndexChangeHistory | Also reindex the issue change history. |
Reindex everything, but don't stop the world
context | used to report progress back to the user or to the logs. Must not be null. |
---|---|
issueIndexingParams | determines witch related objects should be indexed together with issue. |
Shuts down the indexing manager and closes its resources (if any).