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
. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Ahmed El-dawy [mailto:aseld...@gmail.com] > Sent: Sunday, December 27, 2009 9:49 PM > To: java-user@lucene.apache.org > Subject: Using the ne

Using the new tokenizer API from a jar file

2009-12-27 Thread Ahmed El-dawy
Hello all, I've built a tokenizer which uses the new tokenizer API (the one with the Decorator Pattern). I built a new AttributeReader called GlossAttribute and GlossAttributeImpl. I packaged it into a jar file and it's working very fine. I tried to use it with solr and the problems began. It's a