Hi All , I switched from solr 4.x version to solr 5.3.0 .
And I am creating a core and run it as standalone mode , not cloud mode . I want to know , how to load those external jar file , for example , my customized analyzer or filter ? I add a <lib> in solrconfig.xml , for example : <lib dir="../../../contrib/analysis-extras/extra-libs" regex=".*\.jar" /> However , it looks that it doesn't work , it still complain "Cannot load analyzer" . It's okay for me to load them ins solr 4.10.4 , however , in solr 5.3.0 , It seems that it changed the way to load jar files . Can anybody help me on this ? Thanks in advance . Thanks, -Judy