Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 81807 invoked from network); 30 Jun 2004 13:32:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Jun 2004 13:32:30 -0000 Received: (qmail 40703 invoked by uid 500); 30 Jun 2004 13:32:12 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 40587 invoked by uid 500); 30 Jun 2004 13:32:11 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 40543 invoked by uid 99); 30 Jun 2004 13:32:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [217.160.131.136] (HELO p15105029.pureserver.info) (217.160.131.136) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 30 Jun 2004 06:32:07 -0700 Received: (qmail 7392 invoked by uid 89); 30 Jun 2004 15:31:58 +0200 Received: from unknown (HELO max.osuatech.local) (max%osua.de@217.25.196.25) by 0 with SMTP; 30 Jun 2004 15:31:58 +0200 Date: Wed, 30 Jun 2004 16:32:48 +0300 From: Maxim Patramanskij X-Mailer: The Bat! (v1.62i) Business Reply-To: Maxim Patramanskij Organization: OSUA technology X-Priority: 3 (Normal) Message-ID: <148110874531.20040630163248@osua.de> To: "Lucene Users List" Subject: Re[2]: how to get all terms of a given field of curtain docId? In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Grant. Thanks a lot for quick tip, it's really what I'm looking for. However, I'm still using 1.3 final, so I have to migrate to newer release. Additionally, I guess I have to modify my indexing part to set storeTermVector flag while indexing to true for the field, which I interested to get TermVector for. Max Wednesday, June 30, 2004, 4:17:07 PM, you wrote: GI> I think, if I understand correctly, you are interested in the term vector for a document, which is available in 1.4. GI> See IndexReader.getTermFreqVector in the API. >>>> max@osua.de 06/30/04 08:06AM >>> GI> Hello Lucene users. GI> I'm using Lucene within last 3 years and want to say "Great thanks" to GI> developers and community for perfect product and support. GI> I'm wondering, what is the best practice to extract all terms of GI> given document field("contents") for the curtain document id? GI> Thanks in advance. GI> Max --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org