RE: How to use existing SolrClient with Streaming

2020-02-25 Thread Gael Jourdan-Weil
-user@lucene.apache.org Objet : Re: How to use existing SolrClient with Streaming during SolrStream initialization i had to pass the URL again rather would like to see if i can get it by any other way . On Tue, Feb 25, 2020 at 5:05 PM sambasivarao giddaluri < sambasiva.giddal...@gmail.com>

Re: How to use existing SolrClient with Streaming

2020-02-25 Thread sambasivarao giddaluri
during SolrStream initialization i had to pass the URL again rather would like to see if i can get it by any other way . On Tue, Feb 25, 2020 at 5:05 PM sambasivarao giddaluri < sambasiva.giddal...@gmail.com> wrote: > Hi All , > > I have created a SolrClient bean and checking how to use it with

How to use existing SolrClient with Streaming

2020-02-25 Thread sambasivarao giddaluri
Hi All , I have created a SolrClient bean and checking how to use it with SolrStream. @Configuration(proxyBeanMethods = *false*) SolrConfiguration Class @Bean *public* SolrClient solrClient() { String solrBaseUrl="http://***";; *return* *new* Http2SolrClient.Builder(solrBa