Re: Beginners question: adding a plugin

2008-08-28 Thread Jaco
That does the trick! Thanks for the quick reply (and for a great Solr product!) Bye, Jaco. 2008/8/27 Grant Ingersoll <[EMAIL PROTECTED]> > Instead of solr.TestStemFilterFactory, put the fully qualified classname > for the TestStemFilterFactory, i.e. > com.my.great.stemmer.TestStemFilterFactory.

Re: Beginners question: adding a plugin

2008-08-27 Thread Grant Ingersoll
Instead of solr.TestStemFilterFactory, put the fully qualified classname for the TestStemFilterFactory, i.e. com.my.great.stemmer.TestStemFilterFactory. The solr.FactoryName notation is just shorthand for org.apache.solr.BlahBlahBlah -Grant On Aug 27, 2008, at 3:27 PM, Jaco wrote: Hello

Beginners question: adding a plugin

2008-08-27 Thread Jaco
Hello, I'm pretty new to Solr, and not a Java expert, and trying to create my own plug in according to the instructions given in http://wiki.apache.org/solr/SolrPlugins. I want to integrate an external stemmer for the Dutch language by creating a new FilterFactory that will invoke the external ste