Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 54224 invoked from network); 3 Aug 2007 09:20:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 09:20:50 -0000 Received: (qmail 24421 invoked by uid 500); 3 Aug 2007 09:20:45 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 24382 invoked by uid 500); 3 Aug 2007 09:20:45 -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 24371 invoked by uid 99); 3 Aug 2007 09:20:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 02:20:45 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 09:20:39 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IGtKV-0005CA-6N for java-user@lucene.apache.org; Fri, 03 Aug 2007 02:20:19 -0700 Message-ID: <11980001.post@talk.nabble.com> Date: Fri, 3 Aug 2007 02:20:19 -0700 (PDT) From: tierecke To: java-user@lucene.apache.org Subject: Get the TokenStream of an indexed but unstored field MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19955_16156087.1186132819189" X-Nabble-From: nir.nussbaum@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19955_16156087.1186132819189 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I indexed a large number of large documents, but I did not store the document themselves, just indexed them. Now I am interested in getting the vector (i.e.: the terms indexed and the frequency) of that indexed but unstored field. doc.getField (fieldname) returns null. How can I get the data? It must be there, since it's a part of the index, or am I wrong? Would be grateful for a quick result (need to submit data for a conference this weekend). thanks, Nir. -- View this message in context: http://www.nabble.com/Get-the-TokenStream-of-an-indexed-but-unstored-field-tf4211430.html#a11980001 Sent from the Lucene - Java Users mailing list archive at Nabble.com. ------=_Part_19955_16156087.1186132819189--