FAQ

Q.What is docValues?

A.

In Apache Solr's managed-schema.xml, it is an attribute that can be specified for field types and field definitions. The default is docValues="false", which means that column-oriented data is not stored for the field in order to speed up sorting and faceting. If you want to speed up sorting and faceting, setting docValues="true" may improve performance. However, this will increase the index size accordingly.

For estimates and details,
please feel free to contact our development team.

Contact Us
TOP