Hi Mike,
Thanks for your reply.
I remember DocValues is enabled by default since solr 6.
If it is not and I reindex the data with DocValues= true for id field. How
much my index size will increase due to this.
Currently I have 90 GB as index size
On Wed, 13 Jan, 2021, 9:14 pm Mike Drob, wrote
You should be using docvalues on your id, but note that switching this
would require a reindex.
On Wed, Jan 13, 2021 at 6:04 AM Ajay Sharma
wrote:
> Hi All,
>
> I have used cursors to search and export documents in solr according to
>
> https://lucene.apache.org/solr/guide/6_6/pagination-of-resu
Hi All,
I have used cursors to search and export documents in solr according to
https://lucene.apache.org/solr/guide/6_6/pagination-of-results.html#fetching-a-large-number-of-sorted-results-cursors
Solr version: 6.5.0
No of Documents: 10 crore
Before implementing cursor, I was using the start an