micronode / mstor

Messaging store and archival tool
https://www.mstor.org
Other
11 stars 2 forks source link

Iterator over all messages #6

Open mossaab0 opened 7 years ago

mossaab0 commented 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())?