Interface IssueDocumentFactory

All Superinterfaces:
EntityDocumentFactory<Issue>
All Known Implementing Classes:
DefaultIssueDocumentFactory

public interface IssueDocumentFactory extends EntityDocumentFactory<Issue>
Abstracts the means to create a Document for an Issue.
Since:
v4.0
  • Method Details

    • getIdentifyingIssueTerm

      org.apache.lucene.index.Term getIdentifyingIssueTerm(WithId issue)
    • getIdentifyingTerm

      default org.apache.lucene.index.Term getIdentifyingTerm(Issue issue)
    • getIdentifyingTerm

      org.apache.lucene.index.Term getIdentifyingTerm(Project project)