-mode.html
<https://lucene.apache.org/solr/guide/6_6/adding-custom-plugins-in-solrcloud-mode.html>
and let us know if this helps.
Thanks,
Emir
On 25 Sep 2017, at 15:44, Florian Le Vern wrote:
Hi,
I added a custom Function Query in a jar library that is loaded from the
`solr/data/lib` folde
Hi,
I added a custom Function Query in a jar library that is loaded from the
`solr/data/lib` folder (same level as the cores) with the solrconfig line:
class="blah.blah.solr.search.function.MyFuncValueParser" />
I just updated this lib but after restarting Solr, it seems that it
still uses th
Hi,
I added a custom Function Query in a jar library that is loaded from the
`solr/data/lib` folder (same level as the cores) with the solrconfig line:
I just updated this lib but after restarting Solr, it seems that it
still uses the previous version.
I also tried to delete the lib from the `s