The Apache Solr Search Integration module adds the <jmx /> directive which enables JMX if and only if an existing MBeanServer is found. Search API does not add this directive. Let's determine a sane default that both projects can use.
More info about JMX can be found at http://wiki.apache.org/solr/SolrJmx.
Comments
Comment #1
pwolanin commentedI have no idea why this is enabled by default - not a feature I've ever used, and probably really not needed for 3.x where you can get the data over http.
Probably something carried forward from Solr 1.3 config or something.
Comment #2
cpliakas commentedAdding new component flag.
Comment #3
drunken monkeyOK, I guess then we can just remove that from the common config.
Comment #4
drunken monkeySorry.
Comment #5
cpliakas commentedExcellent! Moving right along.
Comment #6
cpliakas commentedCommitted at http://drupalcode.org/sandbox/cpliakas/1600962.git/commit/d90e2ec.