Hi folks, What is the best practice to manage and update Solr's schema.xml?
I need to deploy Solr dynamically based on customer configuration (they will pick fields to be indexed or not, they will want to customize the analyzer (WordDelimiterFilterFactory, etc.) and specify the language to use. Is the task of setting up a proper schema.xml outside the scope of Solr admin, one that I have to manage by writing my own application or is there some tool that comes with Solr to help me do this? I was thinking maybe SolrJ will do this for me but I couldn't find anything about it to do this. I also have to do customization to solrconfig.xml, thus the same question applies here too. Thanks in advanced. Steve