Re: shareSchema property unknown in new solr.xml format

2015-07-20 Thread Yago Riveiro
Thank Hoss this was the example that I saw to configure my solr.xml I have more than 250 cores and any resource that I can optimize is always welcome but if in 5.x this feature is deprecated I will try to upgrade as soon as possible.

Re: shareSchema property unknown in new solr.xml format

2015-07-20 Thread Chris Hostetter
: > I’m getting this error on startup: : > : > section of solr.xml contains 1 unknown config parameter(s): [shareSchema] Pretty sure that's because it was never a supported property of the section -- even in the old format of solr.xml. it's just a top level property -- ie: create a child no

Re: shareSchema property unknown in new solr.xml format

2015-07-20 Thread Shawn Heisey
On 7/20/2015 6:40 AM, Yago Riveiro wrote: > I’m trying to move from legacy solr.xml to new solr.xml format (version > 4.10.4) > > I’m getting this error on startup: > > section of solr.xml contains 1 unknown config parameter(s): > [shareSchema] There's somewhat confusing information in Jira o