Hi Sagara, I did the initial feasibility studies on $subject and was able to upgrade to Solr 5.0. Following changes needed to be done in our code.
1) In Solr 5.0, SolrServer and associated classes have been deprecated. They have rename SolrServer to SolrClient [1]. 1. https://issues.apache.org/jira/browse/SOLR-6895 We need to change our registry indexing to use the equivalent SolrClient classes instead of SolrServer. 2) From Solr 5.0, Solr is no longer distributed as a "war" suitable for deployment in any Servlet Container [2]. Though Solr still is a war file deployed in jetty server, they are not encouraging to use that war and deploy in any other servlet container because in a future 5.x release, Solr actually will become a standalone java server application, not a war. <https://issues.apache.org/jira/browse/SOLR-6895> 2. https://issues.apache.org/jira/browse/SOLR-4792 So we have to go with the EmbeddedSolrServer. but we can give the option to setup an external solr server and use it with our products. Appreciate your feedback Thanks Danesh On Thu, Feb 26, 2015 at 11:49 AM, Danesh Kuruppu <[email protected]> wrote: > Hi Sagara, > > I am currently testing the feasibility of solr 5.0. will update you soon > with the results. > > Thanks > Danesh > > On Thu, Feb 26, 2015 at 10:15 AM, Sagara Gunathunga <[email protected]> > wrote: > >> >> Hi Danesh, >> >> It seems Solr 5.0 is released now [1], can you please look into the >> feasibility of ${Subject} ? IMO if possible let's upgrade directly into >> Solr 5.0 instead Solr 4.0. >> >> [1] - http://lucene.apache.org/solr/news.html >> >> Thanks ! >> -- >> Sagara Gunathunga >> >> Senior Technical Lead; WSO2, Inc.; http://wso2.com >> V.P Apache Web Services; http://ws.apache.org/ >> Linkedin; http://www.linkedin.com/in/ssagara >> Blog ; http://ssagara.blogspot.com >> >> > > > -- > > Danesh Kuruppu > Software Engineer > WSO2 Inc, > Mobile: +94 (77) 1690552 > -- Danesh Kuruppu Software Engineer WSO2 Inc, Mobile: +94 (77) 1690552
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
