Running Solr on AWS Lambda.

2021-07-20 Thread Modassar Ather
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 attac

Re: Running Solr on AWS Lambda.

2021-07-20 Thread Gora Mohanty
On Tue, 20 Jul 2021 at 15:05, Modassar Ather 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

Re: Running Solr on AWS Lambda.

2021-07-20 Thread Modassar Ather
Thanks Gora for your response. The main reason for trying to get search and grouping run outside the context of Solr is to avoid the load on Solr server. Using a Solr client API will consume resources on the Solr server itself. Please correct me if I'm wrong. If it is possible to directly read an

Re: Running Solr on AWS Lambda.

2021-07-20 Thread Gora Mohanty
On Tue, 20 Jul 2021 at 17:10, Modassar Ather wrote: > Thanks Gora for your response. > > The main reason for trying to get search and grouping run outside the > context of Solr is to avoid the load on Solr server. > Using a Solr client API will consume resources on the Solr server itself. > Pleas

Preserving Settings Across Upgrades?

2021-07-20 Thread Scott Hollenbeck
Can anyone share some thoughts on best practices for upgrading a solr node and preserving my TLS settings and core configurations while doing so? My existing installation has two cores with support for basic authentication and TLS properly configured and working. In the past, I've done my upgrades

Re: Preserving Settings Across Upgrades?

2021-07-20 Thread Eric Pugh
Here are some of the things I do to facilitate upgrades: 1) Script out my steps using the various API’s available to Solr. 2) Use SolrCloud, it makes life easier in decoupling where data is stored from the logical structure of my collections. 3) Adopts some of the “configuration as code” ideas

Re: Multivalue field query to get first , second ... values of the field

2021-07-20 Thread Natarajan, Rajeswari
Thank you for your response. -Rajeswari On 7/19/21, 5:33 PM, "Yuval Paz" wrote: Hello Rajeswari, As far as I know, Solr does not have a built in method to access a specific index. I can think in 3 ways to get the functionality you need: 1. Create a custom document transf