Starting with the shipped solr.xml, I added a new-style <str> child to configure a shared lib, and i was rewarded with:
Caused by: org.apache.solr.common.SolrException: Should not have found solr/str[@name='sharedLib'] solr.xml may be a mix of old and new style formats. at org.apache.solr.core.ConfigSolrXml.failIfFound(ConfigSolrXml.java:169) at org.apache.solr.core.ConfigSolrXml.init(ConfigSolrXml.java:150) at org.apache.solr.core.ConfigSolrXml.<init>(ConfigSolrXml.java:94) at org.apache.solr.core.CoreContainer.load(CoreContainer.java:387) ... 42 more Is this a bug? I seem to now be caught on a fork between 4791 and this. On Sun, May 19, 2013 at 12:52 PM, Benson Margulies <bimargul...@gmail.com> wrote: > OK, I found the successor. > > On Sun, May 19, 2013 at 12:40 PM, Benson Margulies > <bimargul...@gmail.com> wrote: >> I found http://wiki.apache.org/solr/Solr.xml%204.3%20and%20beyond, but >> it doesn't mention the successor to sharedLib. >> >> On Sun, May 19, 2013 at 12:02 PM, Benson Margulies >> <bimargul...@gmail.com> wrote: >>> http://wiki.apache.org/solr/ConfiguringSolr >>> >>> does not point to any information on solr.xml. >>> >>> Given https://issues.apache.org/jira/browse/SOLR-4791, I'm a bit >>> confused, and I need to set up a sharedLib directory for 4.3.0. >>> >>> I would do some writing or linking if I had some raw material ...