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
>

Reply via email to