Package com.atlassian.jira.issue.index
Interface IssueDocumentFactory
- All Superinterfaces:
EntityDocumentFactory<Issue>
- All Known Implementing Classes:
DefaultIssueDocumentFactory
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.Term
getIdentifyingIssueTerm
(WithId issue) default org.apache.lucene.index.Term
getIdentifyingTerm
(Issue issue) org.apache.lucene.index.Term
getIdentifyingTerm
(Project project) Methods inherited from interface com.atlassian.jira.index.EntityDocumentFactory
createDocument, createDocuments
-
Method Details
-
getIdentifyingIssueTerm
-
getIdentifyingTerm
-
getIdentifyingTerm
-