| Package | Description |
|---|---|
| com.atlassian.jira.dev.reference.plugin.extractor | |
| com.atlassian.jira.index | |
| com.atlassian.jira.issue.index.indexers.impl |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
IssueSearchExtractorImpl.indexEntity(EntitySearchExtractor.Context<Issue> ctx,
org.apache.lucene.document.Document doc) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericSearchExtractorContext<T>
Simple context for searcher extractors
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
EntitySearchExtractor.indexEntity(EntitySearchExtractor.Context<T> ctx,
org.apache.lucene.document.Document doc)
Extracts fields from document provided by
EntitySearchExtractor.Context and adds them to document. |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
IssuePropertySearchExtractor.indexEntity(EntitySearchExtractor.Context<Issue> ctx,
org.apache.lucene.document.Document doc) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.