thank you
----- Original Message -----
From: "Erik Hatcher" <[EMAIL PROTECTED]>
To: <java-user@lucene.apache.org>
Sent: Wednesday, December 28, 2005 11:52 PM
Subject: Re: (lucene 1.4.*) Field.Text = (lucene repository)
Field.TermVector
On Dec 28, 2005, at 5:27 PM, gekkokid wrote:
Hi, i have recently updated to the latest version of lucene in the
source repository, the enclosed classes (field types) in Field have been
depreciated, is the old Field.Text now Field.TermVector where it is
analyzed, indexed and stored?
Your best bet is to generate the javadocs (ant javadocs), or peruse the
source code, and see the comments for the @deprecated demarcations. For
example, for Field.Text, it says this:
@deprecated use [EMAIL PROTECTED] #Field(String, String, Field.Store,
Field.Index)
Field(name, value, Field.Store.YES, Field.Index.TOKENIZED)} instead
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]