Re: Region wise query routing with solr

2019-01-28 Thread Scott Stults
(with a load balancer or DNS tricks) rather than queries to the correct cluster. https://lucene.apache.org/solr/guide/7_6/cdcr-architecture.html k/r, Scott On Mon, Jan 28, 2019 at 2:24 AM shruti suri wrote: > Hi, > > I want to configure Region wise query routing with Solr. Suppose,

Region wise query routing with solr

2019-01-27 Thread shruti suri
Hi, I want to configure Region wise query routing with Solr. Suppose, I have my data center in Singapore and India so if user hit a query from India then query should fall at Indian data center, likewise for Singapore. How can I achieve this? Is there any such functionality in Solr or SolrCloud