com.atlassian.jira.issue.index
Class CommentDocument

java.lang.Object
  extended by com.atlassian.jira.issue.index.CommentDocument

public class CommentDocument
extends Object

Returns a Lucene document from a given comment


Constructor Summary
CommentDocument()
           
 
Method Summary
static org.apache.lucene.document.Document getDocument(Comment comment, Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentDocument

public CommentDocument()
Method Detail

getDocument

public static org.apache.lucene.document.Document getDocument(Comment comment,
                                                              Issue issue)


Copyright © 2002-2012 Atlassian. All Rights Reserved.