| Interface | Description |
|---|---|
| ChangeHistoryDocumentFactory | |
| CommentDocumentFactory | |
| DefaultIssueIndexer.ChangeHistoryRetriever | |
| DefaultIssueIndexer.CommentRetriever | |
| DefaultIssueIndexer.EntityRetriever<T> | |
| DefaultIssueIndexer.WorklogRetriever | |
| DocumentConstants | |
| IndexDirectoryFactory |
Responsible for creating the
directories required for issue and comment indexing. |
| IndexedChangeHistoryFieldManager |
allows you to add and remove fields that will be indexed in the change history index
|
| IndexEvent |
Interface for all events raised during indexing.
|
| IndexingMode |
Used by
IndexDirectoryFactory.IndexPathAdapter to create Index.Manager. |
| IssueBatcherFactory | |
| IssueDocumentFactory |
Abstracts the means to create a
Document for an Issue. |
| IssueIndexer | |
| IssueIndexingService |
Provides services related to the indexing of issue data.
|
| IssueIndexManager |
Manages Lucene search indexes.
|
| IssuesBatcher |
Splits up a large set of issues into batches.
|
| SearcherCache | |
| TemporaryIndexProvider |
Provides a personal, temporary lucene index that you can query against.
|
| TemporaryIndexProvider.IndexSearcher<T> | |
| WorklogDocumentFactory |
| Class | Description |
|---|---|
| BackgroundIndexListener |
This Class listens for Issue updates and deletes that happen during a background reindex so that they can be
re-validated to ensure the index is not corrupted by any race between the background reindex and the issue updater.
|
| BulkOnlyIndexManager |
This index manager ignores calls to
BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue),
BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue) and
BulkOnlyIndexManager.reIndexIssues(Collection). |
| ChangeHistoryFieldConfiguration |
Representsa a system field that can be searched by JQL
|
| ChangeHistoryFieldConfigurationManager | |
| DefaultChangeHistoryDocumentFactory | |
| DefaultChangeHistoryRetriever | |
| DefaultCommentDocumentFactory | |
| DefaultCommentRetriever | |
| DefaultIndexedChangeHistoryFieldManager | |
| DefaultIndexManager | |
| DefaultIssueBatcherFactory | |
| DefaultIssueDocumentFactory | |
| DefaultIssueIndexer | |
| DefaultTemporaryIndexProvider | |
| DefaultWorklogDocumentFactory | |
| DefaultWorklogRetriever | |
| DocumentScrubber |
A utility class that scrubs documents clean of fields that could generate Lucene errors, i.e.
|
| IndexConsistencyUtils |
Utility methods related to performing consistency checks on indexes.
|
| IndexDeactivatedEvent |
Event fired when indexes are deactivated, e.g.
|
| IndexDirectoryFactory.IndexPathAdapter | |
| IndexedChangeHistoryField |
Simple class to represent a supported field in a change history search.
|
| IndexingMode.DirectIndexingMode | |
| IndexingMode.QueuedIndexingMode | |
| IndexingShutdownEvent |
Event triggered when indexing gets shutdown entirely.
|
| IndexingStatsManager |
Responsible for printing to log (periodically, on re-index) indexing statistics.
|
| IndexingTimers |
Collection of pre-defined
timers. |
| IndexReconciler |
A helper when doing background re-indexing, to match up which issues are seen in the index and database
|
| IssueIndexer.Analyzers | |
| IssueIndexingParams |
Provides parameters required to conduct indexing or re-indexing JIRA issues.
|
| IssueIndexingParams.Builder | |
| JavaExceptionAnalyzer |
This class wraps the given analyzer.
|
| JiraAnalyzer | |
| LuceneIssueIndexProvider |
Provides
Index for all issue indexes. |
| MemoryIssueIndexer | |
| MockIndexDirectoryFactory | |
| ReindexAllCancelledEvent |
Raised when "reindex all" has completed.
|
| ReindexAllCompletedEvent |
Raised when "reindex all" has completed.
|
| ReindexAllStartedEvent |
Event raised when a "reindex all" event is beginning.
|
| ReindexIssuesCompletedEvent |
Event raised when indexing a set of issues has completed.
|
| ReindexIssuesStartedEvent |
Event raised when several issues are being reindexed.
|
| SecurityIndexingUtils |
Set of utility methods for indexing and querying project and issue security permissions.
|
| ThreadLocalSearcherCache |
Low level lucene searcher context.
|
| Enum | Description |
|---|---|
| IndexDirectoryFactory.Name | |
| JiraAnalyzer.Stemming | |
| JiraAnalyzer.StopWordRemoval |
| Exception | Description |
|---|---|
| IndexException | |
| SearchUnavailableException |
Searching is disabled, cannot get a searcher.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.