Re: Need to connect solr with solrj from AWS lambda

2018-09-06 Thread nalsrini
Hi Mikhail, I am good now after some changes in the AWS including security group. thanks -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Need to connect solr with solrj from AWS lambda

2018-09-05 Thread Erick Erickson
To unsubscribe: Please follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc. You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us kno

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

Re: Need to connect solr with solrj from AWS lambda

2018-09-04 Thread nalsrini
Hi Mikhail, My Operations team member said, he already opened the firewall rule. Thanks Srini -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Need to connect solr with solrj from AWS lambda

2018-09-01 Thread Mikhail Khludnev
Hello, Srini. Are you sure that security group let to reach Solr host? On Sat, Sep 1, 2018 at 1:08 AM 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(Sy