Package 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
Modifier and TypeMethodDescriptionorg.apache.lucene.document.Documentorg.apache.lucene.index.TermgetType()
-
Method Details
-
getType
SharedEntity.TypeDescriptor<?> getType() -
getIdentifyingTerm
org.apache.lucene.index.Term getIdentifyingTerm() -
getDocument
org.apache.lucene.document.Document getDocument()
-