Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 33059 invoked from network); 21 Dec 2004 04:49:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Dec 2004 04:49:28 -0000 Received: (qmail 3922 invoked by uid 500); 21 Dec 2004 04:49:20 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 3873 invoked by uid 500); 21 Dec 2004 04:49:20 -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 3811 invoked by uid 99); 21 Dec 2004 04:49:19 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jak-lucene-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Dec 2004 20:49:15 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CgbxO-00050F-00 for ; Tue, 21 Dec 2004 05:49:10 +0100 Received: from netblock-66-159-221-83.dslextreme.com ([66.159.221.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2004 05:49:10 +0100 Received: from aurora00 by netblock-66-159-221-83.dslextreme.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2004 05:49:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: lucene-user@jakarta.apache.org From: aurora Subject: index size doubled? Date: Mon, 20 Dec 2004 20:49:03 -0800 Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: netblock-66-159-221-83.dslextreme.com User-Agent: Opera M2/7.54 (Win32, build 3869) Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm testing the rebuilding of the index. I add several hundred documents= , = optimize and add another few hundred and so on. Right now I have around = = 7000 files. I observed after the index gets to certain size. Everytime = after optimize, the are two files roughly the same size like below: 12/20/2004 01:57p 13 deletable 12/20/2004 01:57p 29 segments 12/20/2004 01:53p 14,460,367 _5qf.cfs 12/20/2004 01:57p 15,069,013 _5zr.cfs The index total index is double of what I expect. This is not always = reproducible. (I'm constantly tuning my program and the set of document)= . = Sometime I get a decent single document after optimize. What was happeni= ng? --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org