| 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.
|
| IssueSearcherFactory |
Provides
IndexSearcher for all issue indexes. |
| TemporaryIndexProvider |
Provides a personal, temporary lucene index that you can query against.
|
| TemporaryIndexProvider.IndexSearcher<T> | |
| WorklogDocumentFactory |
| Enum | Description |
|---|---|
| IndexDirectoryFactory.Name | |
| JiraAnalyzer.Stemming | |
| JiraAnalyzer.StopWordRemoval |
| Exception | Description |
|---|---|
| IndexException | |
| SearchUnavailableException |
Searching is disabled, cannot get a searcher.
|
Copyright © 2002-2018 Atlassian. All Rights Reserved.