Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 48238 invoked from network); 30 May 2006 15:09:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 May 2006 15:09:32 -0000 Received: (qmail 66547 invoked by uid 500); 30 May 2006 15:09:29 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 65904 invoked by uid 500); 30 May 2006 15:09:27 -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 65890 invoked by uid 99); 30 May 2006 15:09:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 08:09:27 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of erickerickson@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 08:09:26 -0700 Received: by py-out-1112.google.com with SMTP id d42so170287pyd for ; Tue, 30 May 2006 08:09:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NB+18+tnm+Cw9HwtK2NTsLnQXVXcexXHLiH1ngL38jPgryRObHYNqNetOs4RWthoiHf4o4+5nQNFHHCb1BNeL5qXtP4Fo0og+0x1voVqqoD4yaBLaAfoAmi4Q1lUxy1xdYDFoWi5KqnsVR8dgC0UBucpcqXaL0EAKKDOKoHPVvA= Received: by 10.35.37.18 with SMTP id p18mr2593121pyj; Tue, 30 May 2006 08:09:05 -0700 (PDT) Received: by 10.35.17.5 with HTTP; Tue, 30 May 2006 08:09:05 -0700 (PDT) Message-ID: <359a92830605300809n632aed1bl2ea57a11a2beb8fb@mail.gmail.com> Date: Tue, 30 May 2006 11:09:05 -0400 From: "Erick Erickson" To: java-user@lucene.apache.org Subject: Re: fastest way to get raw hit count In-Reply-To: <934F531A825AFF4F863658E2402E06470763759D@ho-kkj-msg3.in.niit.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_12356_11333698.1149001745944" References: <934F531A825AFF4F863658E2402E06470763759D@ho-kkj-msg3.in.niit.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_12356_11333698.1149001745944 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline How did you store the data when you indexed it? If you didn't store it, it won't be available for retrieval (although it will be available for searching if you indexed it with, say Field.Index.TOKENIZED). See Field.Store.YES. These are for the Document.add call. Best Erick P.S. It would be better if you started a new thread when asking a question unrelated to the current thread. ------=_Part_12356_11333698.1149001745944--