You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Bracha Yalon <br...@checkpoint.com> on 2016/06/06 08:32:13 UTC

unique ID with docValues=true

Hi,

I am trying to implement paging using cursors on a very big index.

I noticed I must index the unique ID with docValues=true otherwise the memory will be loaded (I got OOM very quickly).

I want to make sure that this attribute will not cause any problem elsewhere (indexing, stats etc.), especially because my index rate is very high (~20,000 per second) and my indexes are very big (~80 GB)

Thanks,
Bracha