Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 23785 invoked from network); 27 Aug 2004 04:19:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Aug 2004 04:19:06 -0000 Received: (qmail 41873 invoked by uid 500); 27 Aug 2004 04:19:04 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 41528 invoked by uid 500); 27 Aug 2004 04:19:02 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 41515 invoked by uid 99); 27 Aug 2004 04:19:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [66.139.76.19] (HELO server1.hostmon.com) (66.139.76.19) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 26 Aug 2004 21:18:59 -0700 Received: (qmail 21450 invoked by uid 532); 27 Aug 2004 04:16:56 -0000 Received: from dave-lucene-dev@tropo.com by server1.hostmon.com by uid 0 with qmail-scanner-1.16 (spamassassin: 2.63. Clear:. Processed in 0.071791 secs); 27 Aug 2004 04:16:56 -0000 Received: from unknown (HELO tropo.com) (127.0.0.1) by 0 with SMTP; 27 Aug 2004 04:16:56 -0000 Message-ID: <412EB630.9010705@tropo.com> Date: Thu, 26 Aug 2004 21:18:56 -0700 From: David Spencer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lucene-dev@jakarta.apache.org Subject: TermPositionVector used/implemented? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Is TermPositionVector used or implemented anywhere? I checked the Lucene source, sandbox source, and Nutch source and found no uses or implementations of it. Is it just there to reserve the concept? http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/index/TermPositionVector.html Looks useful however as the implication is you can get back at the tokenized document w/ the tokens in order (with a little sorting work I guess). Gosh, even Google found no refs on the mailing list for it... thx, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org