Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 96137 invoked from network); 28 Oct 2005 22:37:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Oct 2005 22:37:04 -0000 Received: (qmail 62310 invoked by uid 500); 28 Oct 2005 22:37:03 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 62264 invoked by uid 500); 28 Oct 2005 22:37:02 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 62249 invoked by uid 99); 28 Oct 2005 22:37:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2005 15:37:02 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [165.212.64.33] (HELO cmsout03.mbox.net) (165.212.64.33) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2005 15:36:58 -0700 Received: from cmsout03.mbox.net (cmsout03.mbox.net [165.212.64.33]) by cmsout03.mbox.net (Postfix) with ESMTP id DC422180 for ; Fri, 28 Oct 2005 22:36:37 +0000 (GMT) Received: from cmsapps02.cms.usa.net [165.212.11.138] by cmsout03.mbox.net via smtad (C8.MAIN.3.26F); Fri, 28 Oct 2005 22:36:37 GMT X-USANET-Source: 165.212.11.138 IN iragoldstein@usa.net cmsapps02.cms.usa.net X-USANET-MsgId: XID619JJbwKl3499X03 Received: from uwdvg007.cms.usa.net [165.212.8.7] by cmsapps02.cms.usa.net (ASMTP/) via mtad (C8.MAIN.3.25R) with ESMTP id 761JJbwKl0478M38; Fri, 28 Oct 2005 22:36:36 GMT X-USANET-Auth: 165.212.8.7 AUTO iragoldstein@usa.net uwdvg007.cms.usa.net Received: from 169.226.74.235 [169.226.74.235] by uwdvg007.cms.usa.net (USANET web-mailer CM.0402.7.36); Fri, 28 Oct 2005 22:36:36 -0000 Date: Fri, 28 Oct 2005 18:36:36 -0400 From: Ira Goldstein To: Subject: Term Vectors X-Mailer: USANET web-mailer (CM.0402.7.36) Mime-Version: 1.0 Message-ID: <168JJbwKK4000S07.1130538996@uwdvg007.cms.usa.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Z-USANET-MsgId: XID761JJbwKl0478X38 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi. In a thread on the java-dev list, it was stated: "Now, you can get these term vectors per documents with the Lucene API i= f the index was built with the term vectors option." How does one invoke the term vectors option when building the index and= where can one find a list of the various options (I really did try lookin= g at the docs, but could not find any reference to this). Thanks in advance for any help you can offer. --Ira