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 know. But note you need to show us the _entire_ return header to allow anyone to diagnose the problem. Best, Erick On Tue, Sep 4, 2018 at 11:48 AM Srinu Lella <lellasr...@gmail.com> wrote: > > How to unsubscribe from this list? > > On Fri 31 Aug, 2018, 11:08 PM nalsrini, <nallurisrin...@gmail.com> 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 neither get an error nor a response when I call these(for example) from > > the lambda: > > > > SolrDocument sorld = client.getById(id); > > > > OR > > > > UpdateResponse ur = client.deleteByQuery(sb.toString()); > > > > thanks > > Srini > > > > > > > > -- > > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html > >