Hi, I have a requirement of simple search and grouping of the result on the index created using Solr-6.5.1 spread across 12 shards on a server outside Solr context. These searches can run on AWS Lambda using its resources to minimise the load on the main Solr server with the index EBS volume attached to it.
I am trying to find the solution using either of the following ways: - By directly being able to call Solr APIs for searches and grouping on AWS Lambda. - By installing Solr on AWS Lambda where the same index can be attached and used for searching and grouping. I think the simple solution will be if I can directly use the Solr APIs on AWS Lambda but could not find Solr APIs to achieve it outside Solr context. Please provide your comments if I can achieve it using any of the ways mentioned above. Thanks, Modassar
