Package com.atlassian.jira.issue.index
Interface IssueDocumentFactory
- All Superinterfaces:
EntityDocumentFactory<Issue>
- All Known Implementing Classes:
DefaultIssueDocumentFactory
@Deprecated(since="10.4",
forRemoval=true)
public interface IssueDocumentFactory
extends EntityDocumentFactory<Issue>
Deprecated, for removal: This API element is subject to removal in a future version.
Abstracts the means to create a
Document for an Issue.- Since:
- v4.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.index.EntityDocumentFactory
EntityDocumentFactory.EntityDocumentBuilder<T extends WithId,C extends EntityDocumentFactory.EntityDocumentBuilder<T, C>> -
Field Summary
Fields inherited from interface com.atlassian.jira.index.EntityDocumentFactory
ENTITY_VERSION_ZERO -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.index.TermgetIdentifyingIssueTerm(WithId issue) Deprecated, for removal: This API element is subject to removal in a future version.default org.apache.lucene.index.TermgetIdentifyingTerm(Issue issue) Deprecated, for removal: This API element is subject to removal in a future version.org.apache.lucene.index.TermgetIdentifyingTerm(Project project) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface com.atlassian.jira.index.EntityDocumentFactory
createDocument, createDocuments
-
Method Details
-
getIdentifyingIssueTerm
Deprecated, for removal: This API element is subject to removal in a future version. -
getIdentifyingTerm
Deprecated, for removal: This API element is subject to removal in a future version. -
getIdentifyingTerm
Deprecated, for removal: This API element is subject to removal in a future version.
-
IssueFieldValuesFactory