Re: firstSearcher listener replaying queries 3 times

2024-02-26 Thread rajani m
: From: rajani m > : Reply-To: users@solr.apache.org > : To: solr-user > : Subject: firstSearcher listener replaying queries 3 times > : > : Hi Solr Users, > : > : The first searcher listener replays the list of queries under the > : listener list 3 times, wondering what coul

Re: firstSearcher listener replaying queries 3 times

2024-02-23 Thread Chris Hostetter
events are processed on individual SolrIndexSearchers -- and each replica has it's own SolrIndexSearchers : Date: Tue, 13 Feb 2024 16:57:59 -0500 : From: rajani m : Reply-To: users@solr.apache.org : To: solr-user : Subject: firstSearcher listener replaying queries 3 times : : Hi Solr

firstSearcher listener replaying queries 3 times

2024-02-13 Thread rajani m
Hi Solr Users, The first searcher listener replays the list of queries under the listener list 3 times, wondering what could be the reason for it? In the below example, when the collection is reloaded, the "q" is replayed 3 times, I expected it to be once. Is it a bug or the first searcher tri