> 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
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