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) |
org.apache.lucene.search.IndexSearcher |
DefaultIssueSearcherFactory.getEntitySearcher(IndexDirectoryFactory.Name index) |
org.apache.lucene.search.IndexSearcher |
IssueSearcherFactory.getEntitySearcher(IndexDirectoryFactory.Name index)
Get an
IndexSearcher that can be used to search the chosen index. |
Index |
LuceneIssueIndexProvider.getIndex(IndexDirectoryFactory.Name indexName) |
org.apache.lucene.search.IndexSearcher |
IssueIndexer.openEntitySearcher(IndexDirectoryFactory.Name index)
Issue searcher has to be closed after doing stuff.
|
org.apache.lucene.search.IndexSearcher |
DefaultIssueIndexer.openEntitySearcher(IndexDirectoryFactory.Name index) |
Constructor and Description |
---|
MemoryIssueIndexer(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directorySupplier,
IssueManager issueManager,
ApplicationProperties applicationProperties,
ArchivedProjectManager archivedProjectManager) |
MemoryIssueIndexer(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directorySupplier,
IssueManager issueManager,
ArchivedProjectManager archivedProjectManager) |
MockIndexDirectoryFactory(Function<IndexDirectoryFactory.Name,org.apache.lucene.store.Directory> directorySupplier,
ApplicationProperties applicationProperties) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.IndexSearcher |
MockIssueIndexer.openEntitySearcher(IndexDirectoryFactory.Name index) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.