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.
getType
SharedEntity.TypeDescriptor<?> getType()
getIdentifyingTerm
org.apache.lucene.index.Term getIdentifyingTerm()
getDocument
org.apache.lucene.document.Document getDocument()
Copyright © 2002-2012 Atlassian. All Rights Reserved.