-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>
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
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