Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 4631 invoked from network); 28 Dec 2005 23:53:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Dec 2005 23:53:11 -0000 Received: (qmail 61825 invoked by uid 500); 28 Dec 2005 23:53:08 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 60792 invoked by uid 500); 28 Dec 2005 23:53:05 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 60780 invoked by uid 99); 28 Dec 2005 23:53:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2005 15:53:05 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2005 15:53:04 -0800 Received: by ehatchersolutions.com (Postfix, from userid 504) id 9142713E2005; Wed, 28 Dec 2005 18:52:43 -0500 (EST) Received: from [172.16.1.101] (va-71-48-129-167.dhcp.sprint-hsd.net [71.48.129.167]) by ehatchersolutions.com (Postfix) with ESMTP id 0AC2E13E2005 for ; Wed, 28 Dec 2005 18:52:40 -0500 (EST) In-Reply-To: <003801c60bfd$d4ebc350$b900a8c0@jhi> References: <20051228170423.8874410FB00E@asf.osuosl.org> <003801c60bfd$d4ebc350$b900a8c0@jhi> Mime-Version: 1.0 (Apple Message framework v746.2) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5F8F27D6-581E-44B5-A738-1BB8D7733904@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: (lucene 1.4.*) Field.Text = (lucene repository) Field.TermVector Date: Wed, 28 Dec 2005 18:52:38 -0500 To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 {@link #Field(String, String, Field.Store, Field.Index) Field(name, value, Field.Store.YES, Field.Index.TOKENIZED)} instead Erik --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org