: 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.

explain what you mean by "declared the depency" ?

: 
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.

assuming "C:\DOCUME~1\username\LOCALS~1\Temp\solr-all\0.8194571792905493\solr" 
is your sole home dir, then yes you can copy your jars into 
"C:\DOCUME~1\username\LOCALS~1\Temp\solr-all\0.8194571792905493\solr\lib" 
and that should work ... or starting in Solr 1.4 you can use the <lib> 
directorives to specify a jar anywhere on disk.  see the example 
solrconfig.xml for the syntax.



-Hoss

Reply via email to