Package | Description |
---|---|
com.atlassian.jira.dev.reference.plugin.extractor | |
com.atlassian.jira.index | |
com.atlassian.jira.issue.index.indexers.impl |
Modifier and Type | Class and Description |
---|---|
class |
IssueSearchExtractorImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ChangeHistorySearchExtractor
Interface for extractors adding fields based on comments
|
interface |
CommentSearchExtractor
Interface for extractors adding fields based on comments
|
interface |
IssueSearchExtractor
Interface for extractors adding fields based on issues
|
Modifier and Type | Method and Description |
---|---|
<T> Collection<EntitySearchExtractor<T>> |
DefaultSearchExtractorRegistrationManager.findExtractorsForEntity(Class<T> entityClass) |
<T> Collection<EntitySearchExtractor<T>> |
SearchExtractorRegistrationManager.findExtractorsForEntity(Class<T> entityClass)
Return all extractors that can be applied for specified class no subclasses are taken into account
|
Modifier and Type | Method and Description |
---|---|
<T> void |
DefaultSearchExtractorRegistrationManager.register(EntitySearchExtractor<? super T> extractor,
Class<T> entityClass) |
<T> void |
SearchExtractorRegistrationManager.register(EntitySearchExtractor<? super T> extractor,
Class<T> entityClass)
Registers extractor as capable o processing documents of specified class
|
<T> void |
DefaultSearchExtractorRegistrationManager.unregister(EntitySearchExtractor<? super T> extractor,
Class<T> entityClass) |
<T> void |
SearchExtractorRegistrationManager.unregister(EntitySearchExtractor<? super T> extractor,
Class<T> entityClass)
Remove this extractor (identified by equals method) from processing all registered classes.
|
Modifier and Type | Method and Description |
---|---|
C |
EntityDocumentFactory.EntityDocumentBuilder.addAllExtractors(Collection<EntitySearchExtractor<T>> extractors) |
Modifier and Type | Class and Description |
---|---|
class |
IssuePropertySearchExtractor
Search extractor that constructs lucene document fields based on entities assigned to particular issue and their
configuration as defined by
IndexDocumentConfiguration |
Copyright © 2002-2023 Atlassian. All Rights Reserved.