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