You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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())?
The text was updated successfully, but these errors were encountered:
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())
?The text was updated successfully, but these errors were encountered: