Re: What replaced org.apache.lucene.document.Field.Text?

2007-07-25 Thread Lindsey Hess
Andy, Patrick, Thank you. I replaced Field.Text with new Field("name", "value", Field.Store.YES, Field.Index.TOKENIZED); and it works just fine. Cheers, Lindsey Patrick Kimber <[EMAIL PROTECTED]> wrote: Hi Andy I think: Field.Text("name", "value"); has been replaced

Re: What replaced org.apache.lucene.document.Field.Text?

2007-07-25 Thread Patrick Kimber
Hi Andy I think: Field.Text("name", "value"); has been replaced with: new Field("name", "value", Field.Store.YES, Field.Index.TOKENIZED); Patrick On 25/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Please reference How do I get code written for Lucene 1.4.x to work with Lucene 2.x? http

RE: What replaced org.apache.lucene.document.Field.Text?

2007-07-24 Thread Liu_Andy2
Please reference How do I get code written for Lucene 1.4.x to work with Lucene 2.x? http://wiki.apache.org/lucene-java/LuceneFAQ#head-86d479476c63a2579e867b 75d4faa9664ef6cf4d Andy -Original Message- From: Lindsey Hess [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 12:31 PM To