Package | Description |
---|---|
com.atlassian.jira.issue.index | |
com.atlassian.jira.mock.issue.index |
Modifier and Type | Method and Description |
---|---|
static IndexDirectoryFactory.Name |
IndexDirectoryFactory.Name.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexDirectoryFactory.Name[] |
IndexDirectoryFactory.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<IndexDirectoryFactory.Name,Index.Manager> |
MockIndexDirectoryFactory.get() |
Map<IndexDirectoryFactory.Name,Index.Manager> |
IndexDirectoryFactory.IndexPathAdapter.get() |
Modifier and Type | Method and Description |
---|---|
Index.Manager |
LuceneIssueIndexProvider.get(IndexDirectoryFactory.Name key) |
Index |
LuceneIssueIndexProvider.getIndex(IndexDirectoryFactory.Name indexName) |
ManagedIndexSearcher |
SearcherCache.getSearcher(IndexDirectoryFactory.Name index) |
ManagedIndexSearcher |
ThreadLocalSearcherCache.getSearcher(IndexDirectoryFactory.Name index) |
UnmanagedIndexSearcher |
IssueIndexer.openEntitySearcher(IndexDirectoryFactory.Name index)
Issue searcher has to be closed after doing stuff.
|
UnmanagedIndexSearcher |
DefaultIssueIndexer.openEntitySearcher(IndexDirectoryFactory.Name index) |
Constructor and Description |
---|
MemoryIssueIndexer(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directorySupplier,
IssueManager issueManager) |
MemoryIssueIndexer(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directorySupplier,
IssueManager issueManager,
ApplicationProperties applicationProperties) |
MockIndexDirectoryFactory(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directorySupplier,
ApplicationProperties applicationProperties) |
Modifier and Type | Method and Description |
---|---|
UnmanagedIndexSearcher |
MockIssueIndexer.openEntitySearcher(IndexDirectoryFactory.Name index) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.