Is there an optimal way to access many document TermVectors (in the same chunk) consecutively when using the LZ4 termvector compression?
I'm curious to know whether all TermVectors in a single compressed chunk are decompressed and cached when one TermVector in the same chunk is accessed? Also wondering if there is a mapping of TermVector order to docID order? Or is it always one to one? If docIds are dynamic, then presumably they are not necessarily in the same order as their documents' corresponding term vectors... Thanks, Stuart