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.
since 10.4, replaced by IssueFieldValuesFactory
Abstracts the means to create a Document for an Issue.
Since:
v4.0
  • Method Details

    • getIdentifyingIssueTerm

      org.apache.lucene.index.Term getIdentifyingIssueTerm(WithId issue)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getIdentifyingTerm

      default org.apache.lucene.index.Term getIdentifyingTerm(Issue issue)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getIdentifyingTerm

      org.apache.lucene.index.Term getIdentifyingTerm(Project project)
      Deprecated, for removal: This API element is subject to removal in a future version.