Note that you now have a much better alternative to FieldCache with doc values, which are computed at index-time, stored in the index and won't blow up memory.
Le ven. 20 nov. 2015 à 08:55, Michael Wilkowski <m...@silenteight.com> a écrit : > Yes, according to Lucene in Action book, you cannot use field cache in such > situations. > > MW > > > On Fri, Nov 20, 2015 at 8:41 AM, Yonghui Zhao <zhaoyong...@gmail.com> > wrote: > > > If I index one filed more than 1 times, it seems I can't get all values > > from lucene field cache? > > > > right? > > >