Modify default solrconfig parameters via JMX
--------------------------------------------

                 Key: SOLR-2306
                 URL: https://issues.apache.org/jira/browse/SOLR-2306
             Project: Solr
          Issue Type: Improvement
          Components: SearchComponents - other
    Affects Versions: 1.5
            Reporter: Amit Nithian
            Priority: Minor
             Fix For: 1.5
         Attachments: tuning.patch

Solr JMX support is great for reading the state of the search engine but it 
should also support writing parameters that can affect the runtime performance 
of the engine. At Zvents, our team wrote a custom web-UI in the /admin folder 
to accomplish this but now have made a preliminary patch to move this into JMX 
so that JConsole can be used to modify runtime parameters. This is mostly used 
to tune ranking parameters in the configuration file without passing them via 
the URL (to prevent changes to our front end site) nor restarting the servlet 
container.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to