Re: Zookeeper client Timeout - takes the default 30000 ms

2022-01-26 Thread Vinay Rajput
It also looks like from your requirement that you want to disable solr search and activate DB search in case of zookeeper cluster failure. That is NOT needed. Solr search is not impacted when zk cluster is down, only indexing is impacted. We have had a situation when our all zk nodes were down for

Re: How to handle zk failure

2022-01-25 Thread Vinay Rajput
Hi Reej, You can't change this behavior, this is how Zk works. You need to have at least *(2*N + 1)* nodes in the zookeeper cluster if you want to tolerate *N* zookeeper node failures. This is also well documented in Solr ref guide :- https://solr.apache.org/guide/8_8/setting-up-an-external-zooke

Re: Boost documents by field without impacting precision

2021-06-23 Thread Vinay Rajput
Hi All, Just checking in again to get some opinion on it. On Mon, Jun 21, 2021 at 1:45 AM Vinay Rajput wrote: > Hi All, > > We are using Solr 7.3.1 in PROD and have a few thousand blogs indexed in > Solr along with other types of documents. I am working on a requirement > where

Boost documents by field without impacting precision

2021-06-20 Thread Vinay Rajput
Hi All, We are using Solr 7.3.1 in PROD and have a few thousand blogs indexed in Solr along with other types of documents. I am working on a requirement where we need to give more weight to the author field if someone is searching for "Author name + topic". For example, let's say we have three fi