From general-return-1272-apmail-lucene-general-archive=lucene.apache.org@lucene.apache.org Thu Apr 16 13:52:21 2009 Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 58144 invoked from network); 16 Apr 2009 13:52:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Apr 2009 13:52:19 -0000 Received: (qmail 81898 invoked by uid 500); 16 Apr 2009 13:52:18 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 81624 invoked by uid 500); 16 Apr 2009 13:52:18 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 80927 invoked by uid 99); 16 Apr 2009 13:52:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 13:52:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 13:52:06 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LuS0H-0006Nn-Qw for general@lucene.apache.org; Thu, 16 Apr 2009 06:51:45 -0700 Message-ID: <23078413.post@talk.nabble.com> Date: Thu, 16 Apr 2009 06:51:45 -0700 (PDT) From: sunnyfr To: general@lucene.apache.org Subject: segment ? new segment after a commit MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: johanna.34@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I just made an update : Indexing completed. Added/Updated: 6327 documents. Deleted 0 documents. But I don"t get why it doesn't just add a new segment instead of change all the segment. ls data/index/ _1zf.fdt _1zf.fdx _1zf.fnm _1zf.frq _1zf.nrm _1zf.prx _1zf.tii _1zf.tis _1zf.tvd _1zf.tvf _1zf.tvx segments.gen segments_1o during the update ls data/index/ _1zf.fdt _1zf.fnm _1zf.nrm _1zf.tii _1zf.tvd _1zf.tvx _1zg.fdt _1zg.fnm _1zg.nrm _1zg.tii _1zg.tvd _1zg.tvx _1zh.frq _1zh.prx _1zh.tis _1zi.fdx _1zi.frq _1zi.tii segments.gen _1zf.fdx _1zf.frq _1zf.prx _1zf.tis _1zf.tvf _1zf_1.del _1zg.fdx _1zg.frq _1zg.prx _1zg.tis _1zg.tvf _1zh.fnm _1zh.nrm _1zh.tii _1zi.fdt _1zi.fnm _1zi.prx _1zi.tis segments_1o ls data/index/ _1zi.fdt _1zi.fdx _1zi.fnm _1zi.frq _1zi.nrm _1zi.prx _1zi.tii _1zi.tis _1zi.tvd _1zi.tvf _1zi.tvx segments.gen segments_1p This is my conf: 15 30000 2147483647 10000 1000 1000000 single false 15 50000 2147483647 10000 -- View this message in context: http://www.nabble.com/segment---new-segment-after-a-commit-tp23078413p23078413.html Sent from the Lucene - General mailing list archive at Nabble.com.