lucidworks / spark-solr

Tools for reading data from Solr as a Spark RDD and indexing objects from Spark into Solr using SolrJ.
Apache License 2.0
446 stars 250 forks source link

change Solr metrics collection default (from true to false) #325

Closed cpoerschke closed 2 years ago

cpoerschke commented 3 years ago

This pull request proposes to change the Solr metrics collection default from true to false and to provide an option to override via -DmetricsEnabled=true on the command line.