Re: optimal way to access many TermVectors

2013-10-08 Thread Adrien Grand
Hi, On Mon, Oct 7, 2013 at 9:31 PM, Rose, Stuart J wrote: > 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

optimal way to access many TermVectors

2013-10-07 Thread Rose, Stuart J
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 w