RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Samir Abdou
Hi, The method Field.Keyword is not longer available in Lucene's last version! Which version are you using? Regards, Samir -Message d'origine- De : Aaron Shaw [mailto:[EMAIL PROTECTED] Envoyé : lundi, 4. décembre 2006 11:08 À : java-user@lucene.apache.org Objet : Problem: "The selected

RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Aaron Shaw
Hi, I've tried it in 2.0 and 1.9 What syntax should I be using to add documents in the new version instead? Thanks, Aaron Samir Abdou wrote: > > Hi, > > The method Field.Keyword is not longer available in Lucene's last version! > > Which version are you using? > > Regards, > Samir > >

RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Samir Abdou
---Message d'origine- De : Aaron Shaw [mailto:[EMAIL PROTECTED] Envoyé : lundi, 4. décembre 2006 11:23 À : java-user@lucene.apache.org Objet : RE: Problem: "The selected method Keyword was not found" Hi, I've tried it in 2.0 and 1.9 What syntax should I be using to

RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Aaron Shaw
t; De : Aaron Shaw [mailto:[EMAIL PROTECTED] > Envoyé : lundi, 4. décembre 2006 11:23 > À : java-user@lucene.apache.org > Objet : RE: Problem: "The selected method Keyword was not found" > > > Hi, > > I've tried it in 2.0 and 1.9 > > What syntax should

RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Samir Abdou
t; > For more information, take a look to > http://lucene.apache.org/java/1_9_1/api/index.html > > > Welcome, > Samir > > > -Message d'origine- > De : Aaron Shaw [mailto:[EMAIL PROTECTED] > Envoyé : lundi, 4. décembre 2006 11:23 > À : java-use

RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Aaron Shaw
k to >> http://lucene.apache.org/java/1_9_1/api/index.html >> >> >> Welcome, >> Samir >> >> >> -----Message d'origine- >> De : Aaron Shaw [mailto:[EMAIL PROTECTED] >> Envoyé : lundi, 4. décembre 2006 11:23 >> À :

RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Samir Abdou
In your classpath ! -Message d'origine- De : Aaron Shaw [mailto:[EMAIL PROTECTED] Envoyé : lundi, 4. décembre 2006 12:02 À : java-user@lucene.apache.org Objet : RE: Problem: "The selected method Keyword was not found" Is there any quick way of telling whether I'm us

Re: Problem: "The selected method Keyword was not found"

2006-12-04 Thread David Sheldon
On Mon, Dec 04, 2006 at 02:43:13AM -0800, Aaron Shaw wrote: > field = CreateObject("java", "org.apache.lucene.document.Field"); > > I'm assuming the next line needs to be the equivalent of this: > > Field field = new Field("url","http://localhost:8500/cfdocs/dochome.htm";, > > however I'm not s

RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Aaron Shaw
gt; > -Message d'origine- > De : Aaron Shaw [mailto:[EMAIL PROTECTED] > Envoyé : lundi, 4. décembre 2006 12:02 > À : java-user@lucene.apache.org > Objet : RE: Problem: "The selected method Keyword was not found" > > > Is there any quick way of tellin

Re: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Erick Erickson
s/dochome.htm";, >>> Field.Store.YES, Field.Index.UN_TOKENIZED); >>> >>> You need tot translate this to cf script :-) >>> >>> For more information, take a look to >>> http://lucene.apache.org/java/1_9_1/api/index.html >>> >

RE: Problem: "The selected method Keyword was not found"

2006-12-04 Thread Risov, Maria
It's in Contributions rather than being in the core Lucene folder. Marie Risov -Original Message- From: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 2:35 PM To: java-user@lucene.apache.org Subject: Re: Problem: "The selected method Keyword was

RE: Problem: "The selected method Keyword was not found"

2006-12-05 Thread Aaron Shaw
Erickson [mailto:[EMAIL PROTECTED] > Sent: Monday, December 04, 2006 2:35 PM > To: java-user@lucene.apache.org > Subject: Re: Problem: "The selected method Keyword was not found" > > It's a secret, do you have the secret code ??? > > Try SnowballAnalyzer >

RE: Problem: "The selected method Keyword was not found"

2006-12-05 Thread Risov, Maria
December 05, 2006 4:36 AM To: java-user@lucene.apache.org Subject: RE: Problem: "The selected method Keyword was not found" Hi, thank you both for your help. Where would I find this "Contributions"? Aaron Risov, Maria wrote: > > It's in Contributions rather than bein