Re: Removing Solr deprecations for 7.0

2017-06-30 Thread Jan Høydahl
Good catch Varun. https://issues.apache.org/jira/browse/SOLR-10984 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 30. jun. 2017 kl. 04.27 skrev Varun Thacker : > > Here's another one I found in

Re: Removing Solr deprecations for 7.0

2017-06-29 Thread Varun Thacker
Here's another one I found in web.xml RedirectOldAdminUI org.apache.solr.servlet.RedirectServlet destination ${context}/#/ On Tue, Jun 27, 2017 at 8:11 AM, Erick Erickson wrote: > Hmmm, I probably put the one in SolrResourceLoader.java:108 but it

Re: Removing Solr deprecations for 7.0

2017-06-27 Thread Erick Erickson
Hmmm, I probably put the one in SolrResourceLoader.java:108 but it sure looks bogus. The name "coreProperties" fooled me into thinking it was part of the solr.xml tag processing but apparently not. I'll remove the comment as part of the current patch I'm working on. Thanks for finding! Erick

Removing Solr deprecations for 7.0

2017-06-27 Thread Jan Høydahl
A quick grep for “Solr 7” and “remove in" gives ./core/src/java/org/apache/solr/core/SolrResourceLoader.java:108: //TODO: Solr5. Remove this completely when you obsolete putting tags in solr.xml (See Solr-4196) ./core/src/java/org/apache/solr/cloud/OverseerCollectionMessageHandler.java:464: