Re: Usage of docValuesFormat

2019-05-22 Thread Erick Erickson
> On May 22, 2019, at 12:51 AM, vishal patel > wrote: > > We enabled the DocValues on some schema fields for sorting and faceting query > result. > Is it necessary to add docValuesFormat for faster query process? Only if you sort/facet or group. And queries won’t necessarily be faster after

Usage of docValuesFormat

2019-05-22 Thread vishal patel
We enabled the DocValues on some schema fields for sorting and faceting query result. Is it necessary to add docValuesFormat for faster query process? Which one should better? docValuesFormat="Memory" or docValuesFormat="Disk"? Note: Our indexed data size are high in one collection and different