ignore solr version... On Mon, Sep 25, 2017 at 11:21 AM, Susheel Kumar <susheel2...@gmail.com> wrote:
> Check if your jar is present at solr-6.0.0/server/solr/<shard>/lib/ or do > a find under solr directory... > > On Mon, Sep 25, 2017 at 9:59 AM, Florian Le Vern <florian.lev...@mappy.com > > wrote: > >> 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: >> <valueSourceParser name="myfunc" >> class="blah.blah.solr.search.function.MyFuncValueParser" >> /> >> >> 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 `solr/data/lib` folder without >> changing the solrconfig but it was still working. >> >> Do you have any clues for updating a custom lib ? >> >> Thanks in advance, >> Florian >> >> >