techact / solrmeter

Automatically exported from code.google.com/p/solrmeter
0 stars 0 forks source link

Add the hability to recomend configuration changes on Solr #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With all the information solrmeter gathers from Solr configuration and 
statistics, SolrMeter could recomend the user to perform changes on Solr 
configuration.
For example, if autowarm is taking too long and commits are performed in a 
relatively short interval, SolrMeter could recomend to low the autowarm time by 
putting lower values on "autowarm" attributes of cache configuration.
There could be many of this kind of rules and they could be implemented with 
some business rule management system like drools.

Original issue reported on code.google.com by tflo...@gmail.com on 26 Jul 2010 at 5:56