Re: Dependency Need to include for embedded solr.

2015-02-27 Thread Shawn Heisey
On 2/27/2015 12:51 AM, Danesh Kuruppu wrote: > I am doing some feasibility studies for moving directly to solr 5.0.0. > > One more thing, It is related to standalone server. > > How security handle in solr standalone server. lets say, I configured my > application to use remote solr standalone se

Re: Dependency Need to include for embedded solr.

2015-02-26 Thread Danesh Kuruppu
Thanks shawn, I am doing some feasibility studies for moving directly to solr 5.0.0. One more thing, It is related to standalone server. How security handle in solr standalone server. lets say, I configured my application to use remote solr standalone server. 1. How I would enable secure communi

Re: Dependency Need to include for embedded solr.

2015-02-26 Thread Shawn Heisey
On 2/26/2015 11:41 PM, Danesh Kuruppu wrote: > My application is a standalone application. I though of embedding solr > server, so I can pack it inside my application. > > In solr 5.0.0, solr is no longer distributed as a "war" file. how I can > find the war file from the distribution. I am glad

Re: Dependency Need to include for embedded solr.

2015-02-26 Thread Danesh Kuruppu
Thanks Shawn, My application is a standalone application. I though of embedding solr server, so I can pack it inside my application. In solr 5.0.0, solr is no longer distributed as a "war" file. how I can find the war file from the distribution. I need some advanced features like synonyms search

Re: Dependency Need to include for embedded solr.

2015-02-26 Thread Shawn Heisey
On 2/26/2015 10:07 PM, Danesh Kuruppu wrote: > I need to include embed solr server into my maven project. I am going to > use latest solr 5.0.0. > > Need to know which dependencies I need to include in my project. As I > understand, I need to have solr-core[1] and solr-solrj[2]. Do I need to > inc