Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 60403 invoked from network); 24 Mar 2011 22:21:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2011 22:21:35 -0000 Received: (qmail 59930 invoked by uid 500); 24 Mar 2011 22:21:33 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 59892 invoked by uid 500); 24 Mar 2011 22:21:33 -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 59884 invoked by uid 99); 24 Mar 2011 22:21:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2011 22:21:32 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [85.25.71.29] (HELO mail.troja.net) (85.25.71.29) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2011 22:21:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id DA1C2D36002 for ; Thu, 24 Mar 2011 23:21:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hu3YVH5Y7JD3 for ; Thu, 24 Mar 2011 23:21:00 +0100 (CET) Received: from VEGA (port-92-196-105-92.dynamic.qsc.de [92.196.105.92]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id AC2FFD36001 for ; Thu, 24 Mar 2011 23:21:00 +0100 (CET) From: "Uwe Schindler" To: References: In-Reply-To: Subject: RE: Lucene index limit Date: Thu, 24 Mar 2011 23:21:11 +0100 Message-ID: <000c01cbea71$c7fcab20$57f60160$@thetaphi.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQHikj5JGE7lXk1jUXIWlT7pcnaSj5QPvq7g Content-Language: de X-Virus-Checked: Checked by ClamAV on apache.org Are you sure that you not forgot to commit your changes? Maybe that's = the reason you see only 32768 documents. There is no such low limit, the = number of documents is limited by Integer.MAX_VALUE, number of terms is = much higher... ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: Pulkit Singhal [mailto:pulkitsinghal@gmail.com] > Sent: Thursday, March 24, 2011 11:07 PM > To: Lucene > Subject: Lucene index limit >=20 > Is there some sort of default limit imposed on the Lucene indexes? > I try to index 50k or 60k documents but when I use Luke to go inside = the > index and check the total # of entries indexed, it shows that there = are only > 32768 entries. > It seems liek some sort of limit ... what should I look at to adjust = this > behavior? >=20 > Thanks, > - Pulkit >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org