Hi all, I have a MongoDB with a huge set of prestored data (~20G. with text and metadata in each document). I'm using SimpleMongoReader and trying to create index. But when it needs to do reader.load_data, I ran out of RAM. Is there any workaround that I don't need to firstly load everything into memory to create index?