Re: Problem with Field.Text()

2006-10-05 Thread Jan Pieper
.TOKENIZED); -Original Message- From: Jan Pieper [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 2:53 PM To: java-user@lucene.apache.org Subject: Problem with Field.Text() I hope now I am in the right mailinglist. In the -dev mailinglist Steven Parkes said, that I have to c

Re: Problem with Field.Text()

2006-10-05 Thread Erick Erickson
s. You should be able to build this with "ant compile-demo". That should help get you started. -Original Message- From: Jan Pieper [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 3:06 PM To: java-user@lucene.apache.org Subject: Re: Problem with Field.Text() No it is no

Re: Problem with Field.Text()

2006-10-05 Thread Antony Bowesman
Jan Pieper [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 2:53 PM To: java-user@lucene.apache.org Subject: Problem with Field.Text() I hope now I am in the right mailinglist. In the -dev mailinglist Steven Parkes said, that I have to change this: > Field.Text(String,

RE: Problem with Field.Text()

2006-10-05 Thread Steven Parkes
lto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 3:06 PM To: java-user@lucene.apache.org Subject: Re: Problem with Field.Text() No it is not your fault, it is mine, but it also does not function. My compiler gives me this err

Re: Problem with Field.Text()

2006-10-05 Thread Jan Pieper
typo. Get rid of the .Text: Field(String, String, Field.Store.YES, Field.Index.TOKENIZED); -Original Message- From: Jan Pieper [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 2:53 PM To: java-user@lucene.apache.org Subject: Problem with Field.Text() I hope now I am in the

RE: Problem with Field.Text()

2006-10-05 Thread Steven Parkes
Blah. Sorry for the typo. Get rid of the .Text: Field(String, String, Field.Store.YES, Field.Index.TOKENIZED); -Original Message- From: Jan Pieper [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 2:53 PM To: java-user@lucene.apache.org Subject: Problem with Field.Text() I

Problem with Field.Text()

2006-10-05 Thread Jan Pieper
I hope now I am in the right mailinglist. In the -dev mailinglist Steven Parkes said, that I have to change this: > Field.Text(String, String); to > Field.Text(String, String, Field.Store.YES, Field.Index.TOKENIZED); But it seems that there isnt such a method declaration. Where is the mistake