Unsubscribe me
Re: Need to connect solr with solrj from AWS lambda
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