Hi Julian, On Mon, Jun 22, 2015 at 2:24 PM, Julian Sedding <[email protected]> wrote: > due to an oddity in the metadata of a PDF file, async indexing > failed with an exception
What was the error you got. LuceneIndexEditor does take care of exception and move on [1]. So it should not cause the indexing to break Chetan Mehrotra [1] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LuceneIndexEditor.java#L822
