Open mossaab0 opened 7 years ago
I want to index the messages of a large mbox file (a couple of GBs) with Lucene. Is there a way to iterate over the messages without loading them all into memory first (e.g., with getMessages())?
getMessages())
I want to index the messages of a large mbox file (a couple of GBs) with Lucene. Is there a way to iterate over the messages without loading them all into memory first (e.g., with
getMessages())
?