Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 13552 invoked from network); 4 May 2006 02:30:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 02:30:25 -0000 Received: (qmail 90310 invoked by uid 500); 4 May 2006 02:30:17 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 90278 invoked by uid 500); 4 May 2006 02:30:17 -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 90267 invoked by uid 99); 4 May 2006 02:30:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 19:30:17 -0700 Received-SPF: pass (asf.osuosl.org: local policy) Received: from [129.241.190.231] (HELO signal.itea.ntnu.no) (129.241.190.231) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 19:30:16 -0700 Received: from localhost (localhost [127.0.0.1]) by signal.itea.ntnu.no (Postfix) with ESMTP id C49C933698 for ; Thu, 4 May 2006 04:29:55 +0200 (CEST) Received: from localhost (textus6.itea.ntnu.no [129.241.56.156]) by signal.itea.ntnu.no (Postfix) with ESMTP for ; Thu, 4 May 2006 04:29:55 +0200 (CEST) Received: from 157.84-48-54.nextgentel.com (157.84-48-54.nextgentel.com [84.48.54.157]) by webmail.ntnu.no (IMP) with HTTP for ; Thu, 4 May 2006 04:29:55 +0200 Message-ID: <1146709795.445967239044b@webmail.ntnu.no> Date: Thu, 4 May 2006 04:29:55 +0200 From: johnhara@stud.ntnu.no To: java-user@lucene.apache.org Subject: Controlling the number of segments MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.8 X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi. When I add new documents to my index, I sometimes end up with a larger number of segments than i theoretically should be able to. I use all the default settings. If I have understood this right I should never experience more than nine segments in my index when the mergeFactor is 10. I would like to ensure that there are never more than nine segments in my index. Have i misunderstood something? How can I fix this problem? John --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org