Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 21504 invoked from network); 18 Feb 2005 03:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Feb 2005 03:38:26 -0000 Received: (qmail 72039 invoked by uid 500); 18 Feb 2005 03:38:14 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 72010 invoked by uid 500); 18 Feb 2005 03:38:14 -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 71996 invoked by uid 99); 18 Feb 2005 03:38:14 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from web25804.mail.ukl.yahoo.com (HELO web25804.mail.ukl.yahoo.com) (217.12.10.189) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 17 Feb 2005 19:38:12 -0800 Received: (qmail 33987 invoked by uid 60001); 18 Feb 2005 03:38:10 -0000 Message-ID: <20050218033810.33985.qmail@web25804.mail.ukl.yahoo.com> Received: from [141.99.131.134] by web25804.mail.ukl.yahoo.com via HTTP; Fri, 18 Feb 2005 04:38:10 CET Date: Fri, 18 Feb 2005 04:38:10 +0100 (CET) From: Miro Max Subject: how to get stored fields To: lucene-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello again, i'm indexing my content as unstored fiels. now i want to get this fields matching to the query and copy it to a new index. do i have to reconstruct this content or can i copy this content as field to a new index --> Field f = hits.doc(i).getField("content"); d.add(f); miro ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org