com.atlassian.jira.sharing.index
Interface DefaultSharedEntityIndexer.EntityDocument

Enclosing class:
DefaultSharedEntityIndexer

public static interface DefaultSharedEntityIndexer.EntityDocument

Holds a Document and an identifying Term so we can delete any pre-existing document.


Method Summary
 org.apache.lucene.document.Document getDocument()
           
 org.apache.lucene.index.Term getIdentifyingTerm()
           
 SharedEntity.TypeDescriptor<?> getType()
           
 

Method Detail

getType

SharedEntity.TypeDescriptor<?> getType()

getIdentifyingTerm

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

getDocument

org.apache.lucene.document.Document getDocument()


Copyright © 2002-2009 Atlassian. All Rights Reserved.