Hi, I would like to use Lucene's inverted index directly as building block for experimental purpose.
1. How can I customize the inverted list for different format? Is there any example? 2. Is there an easy way to force load the complete index into memory? Thanks in advance.