Re: solr.xml or its successor in the wiki

2013-05-20 Thread Benson Margulies
I suppose you saw my JIRA suggesting that solr.xml should might have the same repetoire of 'lib' elements as solrconfig.xml, instead of just a single 'str'. On Mon, May 20, 2013 at 11:16 AM, Erick Erickson wrote: > What's supposed to happen (not guaranteeing it is completely correct, > mind you)

Re: solr.xml or its successor in the wiki

2013-05-20 Thread Erick Erickson
What's supposed to happen (not guaranteeing it is completely correct, mind you) is that the presence of a tag defines which checks are performed. Errors are thrown on old-style constructs when no tag is present and vice-versa. Best Erick On Sun, May 19, 2013 at 7:20 PM, Benson Margulies wrote

Re: solr.xml or its successor in the wiki

2013-05-19 Thread Benson Margulies
One point of confusion: Is the compatibility code I hit trying to prohibit the 'str' form when it sees old-fangled cores? Or when the current running version pre-5.0? I hope it's the former. On Sun, May 19, 2013 at 6:47 PM, Shawn Heisey wrote: > On 5/19/2013 4:38 PM, Benson Margulies wrote: >> Sh

Re: solr.xml or its successor in the wiki

2013-05-19 Thread Shawn Heisey
On 5/19/2013 4:38 PM, Benson Margulies wrote: > Shawn, thanks. need any more jiras on this? I don't think so, but if you grab the 4.3 branch or branch_4x and find any bugs, let us know. Thanks, Shawn

Re: solr.xml or its successor in the wiki

2013-05-19 Thread Benson Margulies
Shawn, thanks. need any more jiras on this? On May 19, 2013, at 6:37 PM, Shawn Heisey wrote: > On 5/19/2013 11:27 AM, Benson Margulies wrote: >> Starting with the shipped solr.xml, I added a new-style child to >> configure a shared lib, and i was rewarded with: >> >> Caused by: org.apache.solr.

Re: solr.xml or its successor in the wiki

2013-05-19 Thread Shawn Heisey
On 5/19/2013 11:27 AM, Benson Margulies wrote: > Starting with the shipped solr.xml, I added a new-style 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 ol

Re: solr.xml or its successor in the wiki

2013-05-19 Thread Benson Margulies
Starting with the shipped solr.xml, I added a new-style 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.ConfigSo

Re: solr.xml or its successor in the wiki

2013-05-19 Thread Benson Margulies
OK, I found the successor. On Sun, May 19, 2013 at 12:40 PM, Benson Margulies 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 > wrote: >> http://wiki.apache.org

Re: solr.xml or its successor in the wiki

2013-05-19 Thread Benson Margulies
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 wrote: > http://wiki.apache.org/solr/ConfiguringSolr > > does not point to any information on solr.xml. > > Given https://issues