com.atlassian.jira.issue.index
Class CommentDocument

java.lang.Object
  extended bycom.atlassian.jira.issue.index.AbstractDocument
      extended bycom.atlassian.jira.issue.index.CommentDocument

public class CommentDocument
extends AbstractDocument

Returns a Lucene document from a given comment


Constructor Summary
CommentDocument()
           
 
Method Summary
static Document getDocument(GenericValue comment, GenericValue issue)
           
 
Methods inherited from class com.atlassian.jira.issue.index.AbstractDocument
indexDateField, indexDependentEntities, indexKeyword, indexKeywordWithDefault, indexText, indexUserGroups
 
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 Document getDocument(GenericValue comment,
                                   GenericValue issue)