Re: Using the new tokenizer API from a jar file

2009-12-30 Thread Ahmed El-dawy
Thanks all for your interest, especially Uwe. I asked this question on solr-user at the beginning but I got no reply. That's why I re-asked the question at java-user. Thanks for your efforts. I will try it now. On Mon, Dec 28, 2009 at 12:02 PM, Uwe Schindler wrote: > I opened https://issues.apac

Re: Using solr with the new TokenStream API

2009-12-16 Thread Ahmed El-dawy
I think the problem is that my jar file is added to the class path at run time. This causes Class.forName to be not working correctly. Is there a way to add this jar file to classpath during tomcat startup? On Tue, Dec 15, 2009 at 8:42 PM, Ahmed El-dawy wrote: > Hi, > I'm using