Because I have to reconfigure Solr Options and Plugins Integration everytime I reset my dev environement or another dev. Because it needs some data to configure indexing options, there’s no way to have an empty environement in qa, staging and eventually prod. With a config file(json or xml) it will be possible to just edit it depending of the environment(dev,qa,staging,prod) and load it without having to import some data first.
Now I just backup all the option_value with the following keys from wp_options database table but it’s not a good way for me.
wpsolr_solr_indexes, wdm_solr_res_data, wdm_solr_form_data, wdm_solr_facet_data, wdm_solr_sortby_data, wdm_solr_extension_wpml_data, solr_docs
Thanks