Hello,
Yes we used firstSearcher in solr7. I should have mentionned that we tried
firstSearcher and newSearcher in solr 9, we tried all possibilities we
could think of in solrconfig.xml
Thanks for your answer.
We'll stick to our solution, ie load values in constructor.
Best regards,
Elisabeth
:
:
...
: In solr 7.3.1, function newSearcher was called at startup and we
: loaded values stopwords and startswith in newSearcher, but it doesn't
: work in solr 9.2.1, the function newSearcher is not called at startup
Are you sure you're not confusing the "newSearcher" *EVE
Hello,
Thanks for your answer, I'll try to be clearer.
We have a plugin, we've been usint it with solr 7.3.1 and are now upgrading
to solr 9.2.1
The plugin is declared like this in solrconfig.xml
What we want is the plugin to read values
stopwords="le;la;les;"start
I'm really confused by your question -- you start off asking about
AbstractSolrEventListener and the newSearcher event, but then when you
show us your solrconfig.xml & plugin snippet you are showing us a usage of
ValueSourceParser -- which doesn't exitend AbstractSolrEventListener --
and your