On Tue, 20 Jul 2021 at 15:05, Modassar Ather <modather1...@gmail.com> wrote:

> 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.
>

This should be possible. You will need to use one of the Solr client APIs,
installed outside of Lambda, and call the APIs from your Lambda functions.
Please see https://solr.apache.org/guide/8_9/client-apis.html


>    - By installing Solr on AWS Lambda where the same index can be attached
>    and used for searching and grouping.
>

Installing Solr on Lambda is probably not even possible, and certainly
inadvisable.

Regards,
Gora

Reply via email to