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)


provide your architecture detail ill further explain it

On Fri, Jan 8, 2016 at 10:54 AM, Aswath Srinivasan (TMS) <
aswath.sriniva...@toyota.com> wrote:

> Thanks for the responses guys.
>
> >> i have solrj5 client for 1.7 converted into 1.6
>
> Can you please explain this part with little more details?
>
> Thank you,
> 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.
>
> >> 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 [mailto:zapor...@gmail.com]
> Sent: Thursday, 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, <billnb...@gmail.com> wrote:
>
> > Run it on 2 separate boxes
> >
> > Bill Bell
> > Sent from mobile
> >
> >
> > > On Jan 7, 2016, at 3:11 PM, Aswath Srinivasan (TMS) <
> > aswath.sriniva...@toyota.com> 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 use Solrcloud 5.x version for the search implementation.
> > > The
> > show stopper here is, solrj for solrcloud needs atleast java1.7
> > >
> > > What best can be done to use the latest version of solrcloud and
> > > solrj
> > for a portal that runs on java 1.6?
> > >
> > > I was thinking, in solrj, instead of using zookeeper (which also
> > > acts as
> > the load balancer) I can mention the exact replica's
> > http://solr-cloud-HOST:PORT pairs using some kind of round-robin with
> > some external load balancer.
> > >
> > > Any suggestion is highly appreciated.
> > >
> > > Aswath NS
> > >
> >
>

Reply via email to