Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 74720 invoked from network); 6 Oct 2004 05:58:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Oct 2004 05:58:16 -0000 Received: (qmail 66345 invoked by uid 500); 6 Oct 2004 05:57:44 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 66283 invoked by uid 500); 6 Oct 2004 05:57:42 -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 66230 invoked by uid 99); 6 Oct 2004 05:57:41 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of erik@hatcher.net designates 205.158.62.197 as permitted sender) Received: from [205.158.62.197] (HELO ws6-2.us4.outblaze.com) (205.158.62.197) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 05 Oct 2004 22:57:40 -0700 Received: (qmail 8297 invoked from network); 6 Oct 2004 05:57:17 -0000 Received: from unknown (HELO ?192.168.1.102?) (erik@hatcher.net@68.169.41.169) by ws6-2.us4.outblaze.com with SMTP; 6 Oct 2004 05:57:17 -0000 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <20041005202610.90A4F26682@mail2.countryfinancial.com> References: <20041005202610.90A4F26682@mail2.countryfinancial.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: ezmlm response Date: Wed, 6 Oct 2004 01:57:38 -0400 To: "Lucene Users List" X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Oct 5, 2004, at 4:29 PM, Patel, Viral wrote: > Does anyone know how can I iterate through entire index and display > all of the "records" without typing anything in the query? You can use the IndexReader API to navigate the index and walk through all of the documents. Erik --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org