i have added docValues="true" to my existing schema and I have seen
exponential increase in the size of the index.

The reason in going with docValues is to improve the faceting query time.

schema:
<field name="abcdef" type="date" indexed="true" stored="true"
multiValued="false" docValues="true"/>

Is this ok? am i doing anything wrong in the schema?

Reply via email to