Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 51492 invoked from network); 10 Sep 2009 06:39:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Sep 2009 06:39:40 -0000 Received: (qmail 60809 invoked by uid 500); 10 Sep 2009 06:39:39 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 60732 invoked by uid 500); 10 Sep 2009 06:39:39 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 60724 invoked by uid 99); 10 Sep 2009 06:39:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 06:39:39 +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, 10 Sep 2009 06:39:29 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MldJE-0007n6-Ce for java-dev@lucene.apache.org; Wed, 09 Sep 2009 23:39:08 -0700 Message-ID: <25378103.post@talk.nabble.com> Date: Wed, 9 Sep 2009 23:39:08 -0700 (PDT) From: Dvora To: java-dev@lucene.apache.org Subject: Question regarding the index files MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: barak.yaish@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm coping a question I've asked in the Users lists, but I think it requires some patching effort, so maybe that list will be more suitable. The question is as follow. I'm using Lucene2.4. I'm developing a web application that using Lucene (via compass) to do the searches. I'm intending to deploy the application in Google App Engine (http://code.google.com/appengine/), which limits files length to be smaller than 10MB. I've read about the various policies supported by Lucene to limit the file sizes, but on matter which policy I used and which parameters, the index files still grew to be lot more the 10MB. Looking at the code, I've managed to limit the cfs files (predicting the file size in CompoundFileWriter before closing the file) - I guess that will degrade performance, but it's OK for now. But now the FDT files are becoming huge (about 60MB) and I cant identifiy a way to limit those files. Is there some built-in and correct way to limit these files length? If no, can someone direct me please how should I tweak the source code to achieve that? Thanks for any help. -- View this message in context: http://www.nabble.com/Question-regarding-the-index-files-tp25378103p25378103.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org