You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Srinivas Kashyap <sr...@tradestonesoftware.com> on 2018/07/17 10:42:48 UTC

Upgrading to higher version

Hello,

We are currently in Solr 5.2.1 and we build our project thru ant and bundle as WAR file. Now, we want to upgrade solr to latest version(7.x)

Can you please let me know, what is the stable release? And will I still be able to ship our application as war file? Any guide/steps do the same is much appreciated.

Also, our application was running on tomcat/websphere, will it be any different in Jetty?

Thanks and Regards,
Srinivas Kashyap
Senior Software Engineer
"GURUDAS HERITAGE"
100 Feet Ring Road,
Kadirenahalli,
Banashankari 2nd Stage,
Bangalore-560070
P:  973-986-6105
[cid:image001.png@01D41DE8.DD5DFED0]<https://www.bamboorose.com/>    [cid:image002.png@01D41DE8.DD5DFED0] <http://www.facebook.com/BambooRoseCommunity>    [cid:image003.png@01D41DE8.DD5DFED0] <https://www.linkedin.com/company/2814733>    [cid:image004.png@01D41DE8.DD5DFED0] <https://twitter.com/GoBambooRose>

Leading Retail Platform to discover, develop, and deliver products @ consumer speed.


Re: Upgrading to higher version

Posted by Shawn Heisey <el...@elyograg.org>.
On 7/17/2018 4:42 AM, Srinivas Kashyap wrote:
>
> We are currently in Solr 5.2.1 and we build our project thru ant and 
> bundle as WAR file. Now, we want to upgrade solr to latest version(7.x)
>
> Can you please let me know, what is the stable release? And will I 
> still be able to ship our application as war file? Any guide/steps do 
> the same is much appreciated.
>

The only releases in Solr's history that weren't stable releases were 
4.0-ALPHA and 4.0-BETA, released before 4.0.0.  The most current release 
of Solr is 7.4.0.  Unless a release is specifically tagged alpha or 
beta, then the intent is for it to be a stable release.

> Also, our application was running on tomcat/websphere, will it be any 
> different in Jetty?
>

Solr dropped official support for third-party containers with the 
release of 5.0.  It is still possible to run Solr in some containers, 
but we cannot guarantee that it will work properly. The only container 
that has received official testing by the project is the Jetty that 
comes with Solr.  It is strongly recommended that you use that container 
to run Solr.

https://wiki.apache.org/solr/WhyNoWar

Thanks,
Shawn