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: