com.atlassian.jira.issue.index
Interface CommentDocumentFactory

All Superinterfaces:
EntityDocumentFactory<Comment>, com.google.common.base.Function<Comment,com.atlassian.fugue.Option<org.apache.lucene.document.Document>>
All Known Implementing Classes:
DefaultCommentDocumentFactory

public interface CommentDocumentFactory
extends EntityDocumentFactory<Comment>

Abstracts the means to create a Document for a comment Comment and its Issue.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.index.EntityDocumentFactory
EntityDocumentFactory.EntityDocumentBuilder<T,C extends EntityDocumentFactory.EntityDocumentBuilder<T,C>>
 
Method Summary
 org.apache.lucene.index.Term getIdentifyingTerm(Comment comment)
           
 
Methods inherited from interface com.google.common.base.Function
apply, equals
 

Method Detail

getIdentifyingTerm

org.apache.lucene.index.Term getIdentifyingTerm(Comment comment)


Copyright © 2002-2014 Atlassian. All Rights Reserved.