Interface EntityDocumentFactory<T extends WithId>

All Known Subinterfaces:
ChangeHistoryDocumentFactory, CommentDocumentFactory, IssueDocumentFactory, RelatedEntityDocumentFactory<T>, WorklogDocumentFactory
All Known Implementing Classes:
DefaultChangeHistoryDocumentFactory, DefaultCommentDocumentFactory, DefaultIssueDocumentFactory, DefaultWorklogDocumentFactory

public interface EntityDocumentFactory<T extends WithId>
Converts provided entity to Lucene documents for indexing.
Since:
v6.2