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
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
> > 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
> > 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
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
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
: 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
.
-
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
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