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 triggers any other listener? <listener event="firstSearcher" class="solr.QuerySenderListener"> <arr name="queries"> <lst><str name="q">cats</str></lst> </arr> </listener>