Unsubscribe me

2018-09-16 Thread Srinu Lella

Re: Need to connect solr with solrj from AWS lambda

2018-09-04 Thread Srinu Lella
How to unsubscribe from this list? On Fri 31 Aug, 2018, 11:08 PM nalsrini, wrote: > Hi, > I need to connect solr with solrj from AWS java lambda. I use solr 5.3. > > I get the client object like this: > SolrClient client = new > HttpSolrClient(System.getenv(SysEnvConstants.SOLR_HOST)); > > I nei