Re: Could not connect to Zookeeper

2021-10-08 Thread sayanti dey
@ramesh Can you share more information.Is the zookeeper healthy. On Fri, Oct 8, 2021 at 10:30 PM Ramesh Gummadi < rameshchandra.gumm...@ironmountain.com> wrote: > Solr client is not able to connect to zookeeper during a load test giving > the below error. Any one else encountered this. > org.a

Re: "Negative Boost" removed from Solr 8.4

2021-10-01 Thread sayanti dey
Scorer must produce positive scores (LUCENE-7996 ) Scorers are no longer allowed to produce negative scores. If you have custom query implementations, you should make sure their score formula may never produce negative scores. As a side-effect of