Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 8460 invoked from network); 10 Aug 2005 22:47:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 22:47:50 -0000 Received: (qmail 44202 invoked by uid 500); 10 Aug 2005 22:47:47 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 43573 invoked by uid 500); 10 Aug 2005 22:47: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 43560 invoked by uid 99); 10 Aug 2005 22:47:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 15:47:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of fraschetti@gmail.com designates 64.233.162.196 as permitted sender) Received: from [64.233.162.196] (HELO zproxy.gmail.com) (64.233.162.196) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 15:48:06 -0700 Received: by zproxy.gmail.com with SMTP id n29so163755nzf for ; Wed, 10 Aug 2005 15:47:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JmSVWm4RflEAfmI3AvUYJ6Ggp70oNdHLDGsuqEQ7q/bFgUQziXoEONvO6XRApPrZaSVJBScND+VK+vmn9RiqVr9gjZz1I5UXFwJuOtFiE++VIg/McBg1PAboGxwCo0mLU7TBrA0vrNOt/ZiA+60J/zpHZ04/iQ7sCwfyJ2uYZek= Received: by 10.36.222.45 with SMTP id u45mr1015154nzg; Wed, 10 Aug 2005 15:47:43 -0700 (PDT) Received: by 10.36.55.4 with HTTP; Wed, 10 Aug 2005 15:47:43 -0700 (PDT) Message-ID: Date: Wed, 10 Aug 2005 15:47:43 -0700 From: Chris Fraschetti To: java-user@lucene.apache.org Subject: max number of documents Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N maybe this is a stupid question, maybe not... hits.id returns an int.. which would lead me to assume the obvious limitations of the size of the index (size meaning number of docs) ... assuming I reach this limit, can I expect lucene to throw some sort of exception? What is the best practice for this? watch my count and switch to a new index when the time comes, then search across both indexes? --=20 ___________________________________________________ Chris Fraschetti e fraschetti@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org