| http://www.w3.org/ns/prov#value | - In Solr 4.4.0 and later make sure you have introduced your custom core admin handler by setting up the following attributes in solr.xml : <str name= "sharedLib > [location of your shared libraries including the jar file containing your new admin handler class] </str> <str name= adminHandler > [fully qualified name of your new admin handler class] </str> Hide
|