Thanks, this is exactly what I was looking for!! Steve
On Wed, Apr 15, 2015 at 5:48 PM, Erick Erickson <erickerick...@gmail.com> wrote: > Have you looked at the "managed schema" stuff? > see: > https://cwiki.apache.org/confluence/display/solr/Managed+Schema+Definition+in+SolrConfig > There's also some work being done to update at least parts of > solrconfig.xml, see: > https://issues.apache.org/jira/browse/SOLR-6533 > > Best, > Erick > > On Wed, Apr 15, 2015 at 11:46 AM, Steven White <swhite4...@gmail.com> > wrote: > > 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 >