Re: Solrcloud for Java 1.6

2016-01-11 Thread Zap Org
hello shawn yes it is written in a style readble with java 7 what i have done is, altered the syntax into java 6 and then compile and it is 100% working. if you need, i can send you the jar. On Fri, Jan 8, 2016 at 11:59 AM, Shawn Heisey wrote: > On 1/7/2016 10:59 PM, Zap Org wrote: > > i have so

Re: Solrcloud for Java 1.6

2016-01-07 Thread Shawn Heisey
On 1/7/2016 10:59 PM, Zap Org wrote: > i have solr5.0.0 installed in one machine with JVM specs java 1.7 32GB RAM > now from another machine i am sending query request to this machine with > specs JAVA 1.6 > so what really happening solr5.0.0 (1.7) is communicating with > solrj5.0.0(1.6) The syste

Re: Solrcloud for Java 1.6

2016-01-07 Thread Walter Underwood
You can have multiple Java versions installed on the same system. Well, the same non-Windows system. Use the PATH environment variable to set the right Java for each application. If you really, really must run Java 1.6 for everything, you will not be running Solr 5.x. I think the switch to requ

Re: Solrcloud for Java 1.6

2016-01-07 Thread Zap Org
, > Aswath NS > > > -Original Message- > From: Aswath Srinivasan (TMS) [mailto:aswath.sriniva...@toyota.com] > Sent: Thursday, January 07, 2016 9:51 PM > To: solr-user@lucene.apache.org > Subject: RE: Solrcloud for Java 1.6 > > Thanks for the responses guys. >

RE: Solrcloud for Java 1.6

2016-01-07 Thread Aswath Srinivasan (TMS)
2016 9:51 PM To: solr-user@lucene.apache.org Subject: RE: Solrcloud for Java 1.6 Thanks for the responses guys. >> i have solrj5 client for 1.7 converted into 1.6 Can you please explain in part with little more details? Thank you, Aswath NS -Original Message- From: Zap Org [

RE: Solrcloud for Java 1.6

2016-01-07 Thread Aswath Srinivasan (TMS)
ursday, January 07, 2016 9:44 PM To: solr-user@lucene.apache.org Subject: Re: Solrcloud for Java 1.6 i have solrj5 client for 1.7 converted into 1.6 and solr instances running with 1.7. I am connecting solrj (1.6) wit solr instances(1.7) on two different machines On Fri, Jan 8, 2016 at 8:26 AM,

Re: Solrcloud for Java 1.6

2016-01-07 Thread Zap Org
i have solrj5 client for 1.7 converted into 1.6 and solr instances running with 1.7. I am connecting solrj (1.6) wit solr instances(1.7) on two different machines On Fri, Jan 8, 2016 at 8:26 AM, wrote: > Run it on 2 separate boxes > > Bill Bell > Sent from mobile > > > > On Jan 7, 2016, at 3:11

Re: Solrcloud for Java 1.6

2016-01-07 Thread billnbell
Run it on 2 separate boxes Bill Bell Sent from mobile > On Jan 7, 2016, at 3:11 PM, Aswath Srinivasan (TMS) > wrote: > > Hi fellow developers, > > I have a situation where the search front-end application is using java 1.6. > Upgrading Java version is out of the question. > > Planning to u

Re: Solrcloud for Java 1.6

2016-01-07 Thread Shawn Heisey
On 1/7/2016 3:11 PM, Aswath Srinivasan (TMS) wrote: > I have a situation where the search front-end application is using java 1.6. > Upgrading Java version is out of the question. > > Planning to use Solrcloud 5.x version for the search implementation. The show > stopper here is, solrj for solrcl