RE: Using the new tokenizer API from a jar file

2010-01-04 Thread Uwe Schindler
2010 10:33 PM > To: java-user@lucene.apache.org > Subject: Re: Using the new tokenizer API from a jar file > > Sorry for this delay. I was having a silly problem compiling solr but I > figured it out. > I tested it and it worked correctly. Thanks > > On Wed, Dec 30, 20

Re: Using the new tokenizer API from a jar file

2010-01-04 Thread Ahmed El-dawy
ttp://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Ahmed El-dawy [mailto:aseld...@gmail.com] > > Sent: Wednesday, December 30, 2009 11:56 AM > > To: java-user@lucene.apache.org > > Cc: solr-u...@lucene.apache.org > > S

RE: Using the new tokenizer API from a jar file

2009-12-30 Thread Uwe Schindler
> > http://www.thetaphi.de > > eMail: u...@thetaphi.de > > > > > -Original Message- > > > From: Uwe Schindler [mailto:u...@thetaphi.de] > > > Sent: Monday, December 28, 2009 9:20 AM > > > To: java-user@lucene.apache.org > > > Cc

Re: Using the new tokenizer API from a jar file

2009-12-30 Thread Ahmed El-dawy
> > Sent: Monday, December 28, 2009 9:20 AM > > To: java-user@lucene.apache.org > > Cc: solr-u...@lucene.apache.org > > Subject: RE: Using the new tokenizer API from a jar file > > > > The question on this list was ok,as it shows a minor problem of using the > > new To

RE: Using the new tokenizer API from a jar file

2009-12-28 Thread Uwe Schindler
o: java-user@lucene.apache.org > Cc: solr-u...@lucene.apache.org > Subject: RE: Using the new tokenizer API from a jar file > > The question on this list was ok,as it shows a minor problem of using the > new TokenStream API with Solr. > > His plugin was loaded correctly, because if Lucene

RE: Using the new tokenizer API from a jar file

2009-12-28 Thread Uwe Schindler
g] > Sent: Monday, December 28, 2009 4:27 AM > To: java-user@lucene.apache.org > Subject: Re: Using the new tokenizer API from a jar file > > > : I tried to use it with solr and the problems began. It's always telling > me > : that it cannot find the class GlossAttributeI

Re: Using the new tokenizer API from a jar file

2009-12-27 Thread Chris Hostetter
: I tried to use it with solr and the problems began. It's always telling me : that it cannot find the class GlossAttributeImpl. I think the problem is : that my jar file is added to the class path at run time not from the command : line. Do you have a good solution or workaround? You're likely t

RE: Using the new tokenizer API from a jar file

2009-12-27 Thread Uwe Schindler
Where did you place the jar file inside Solr on which servlet container? I suspect some strange classloader problems. As the attributes are loaded by lucene, the impl should be available from classes inside lucene-core.jar file and placed in the same classpath of the lucene-core.jar classloader. -