Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 71958 invoked from network); 3 Feb 2010 11:02:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2010 11:02:30 -0000 Received: (qmail 11392 invoked by uid 500); 3 Feb 2010 11:02:28 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 11315 invoked by uid 500); 3 Feb 2010 11:02:28 -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 11305 invoked by uid 99); 3 Feb 2010 11:02:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 11:02:28 +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 (athena.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; Wed, 03 Feb 2010 11:02:20 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ncczf-0008J6-Ai for java-user@lucene.apache.org; Wed, 03 Feb 2010 03:01:59 -0800 Message-ID: <27434651.post@talk.nabble.com> Date: Wed, 3 Feb 2010 03:01:59 -0800 (PST) From: Suraj Parida To: java-user@lucene.apache.org Subject: Re: Searching compressed text using CompressionTools In-Reply-To: <27434620.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: parida.suraj@gmail.com References: <27402945.post@talk.nabble.com> <001d01caa334$2bae98d0$830bca70$@de> <27403169.post@talk.nabble.com> <8c4e68611002010417pd7a6d36wb976c61c7bb176f3@mail.gmail.com> <27434620.post@talk.nabble.com> Ian, Small correction made ... Thanks for solving my previous problems. Now i tested the compression with 100 docs and found: 1. Without Compression size of FS directory (on disk)= 10.8 KB 2. With Compression size of FS directory (on disk) = 12.0 MB and with 500 docs: 1. Without Compression size of FS directory (on disk) = 45.9 KB 2. With Compression size of FS directory (on disk) = 56.8 MB I mean do the compression will increase my disk usage ? if so will 50,000 docs take around 6000 MB? or please tell if am i doing wrong somewhere because i thought compression will reduce space usage. Regards, Suraj -- View this message in context: http://old.nabble.com/Searching-compressed-text-using-CompressionTools-tp27402945p27434651.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org