Interface BufferedUpdates.DeletedTerms.DeletedTermConsumer<E extends Exception>

Enclosing class:
BufferedUpdates.DeletedTerms

static interface BufferedUpdates.DeletedTerms.DeletedTermConsumer<E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Term term, int docId)
     
  • Method Details

    • accept

      void accept(Term term, int docId) throws E
      Throws:
      E