Hi We are having issue running our test cases with third party library for embedded solr. For exampel we are using kstem library which is not a part of solr distirbution. When we run test cases our schema.xml has defintion for lucid kstem and it throws ClassNotFound Exception. We declared the depency for the two jars lucid-kstem.jar and lucid-solr-kstem.jar but still it throws an error.
Till now whenever we have to run embedded solr we manually copy all the config files like schema.xml, solrConfig.xml to a temp directory which is considered solr home and its generally under the user home directory which will copy all config files to user_home/solr/conf/directory. below is the example C:\DOCUME~1\username\LOCALS~1\Temp\solr-all\0.8194571792905493\solr\conf\schema.xml Now in order for the jar to be loaded should i copy the two jars to solr/lib directory. is that the default location embedded solr looks into for some default jars. Any advice. -- View this message in context: http://old.nabble.com/Embedded-solr-with-third-party-libraries-tp26452534p26452534.html Sent from the Solr - User mailing list archive at Nabble.com.