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 Details

    • getType

    • getIdentifyingTerm

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

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