Interface RelatedEntityDocumentFactory<T extends WithId>

All Superinterfaces:
EntityDocumentFactory<T>
All Known Subinterfaces:
CommentDocumentFactory, WorklogDocumentFactory
All Known Implementing Classes:
DefaultCommentDocumentFactory, DefaultWorklogDocumentFactory

@Deprecated(since="10.4", forRemoval=true) public interface RelatedEntityDocumentFactory<T extends WithId> extends EntityDocumentFactory<T>
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.4 for removal.
Converts provided entity to lucene documents for indexing
Since:
v6.4
  • Method Details

    • getIdentifyingTerm

      @Deprecated(since="10.4", forRemoval=true) org.apache.lucene.index.Term getIdentifyingTerm(T entity)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 10.4, for removal. There is no replacement for this method.
      Returns the field that is used to identify the entity in the index.
      Returns:
      the field that is used to identify the entity in the index.