Re: Embedded solr with third party libraries

2009-11-23 Thread Lance Norskog
To deploy the Lucid KStem stemmer, copy these two files: lucid-kstem.jar lucid-solr-kstem.jar to the lib/ directory in your running solr instance. In the declaration for a text field, you would change this line: to this: (Remember that you have to make this chan

Re: Embedded solr with third party libraries

2009-11-23 Thread Chris Hostetter
: 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:

Embedded solr with third party libraries

2009-11-20 Thread darniz
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.