Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 89663 invoked from network); 30 Jun 2005 06:11:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2005 06:11:37 -0000 Received: (qmail 33130 invoked by uid 500); 30 Jun 2005 06:11:29 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 33104 invoked by uid 500); 30 Jun 2005 06:11:27 -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 33075 invoked by uid 99); 30 Jun 2005 06:11:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 23:11:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.199.26.74] (HELO daakghar.controlnet.co.in) (203.199.26.74) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Jun 2005 23:11:29 -0700 Received: from kartik1 ([192.168.4.1]) by dakiya.controlnet.co.in (Netscape Messaging Server 4.15) with ESMTP id IIVWRR00.7LG for ; Thu, 30 Jun 2005 12:01:03 +0530 From: "Karthik N S" To: Subject: RE: No.of Files in Directory Date: Thu, 30 Jun 2005 11:53:08 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20050630040704.1998.qmail@web31208.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Apologies..... With my Experience of Lucene since 2004,I can say that u need to update the Index Once in a day (rather then doing it for every upload),But if u'r requirement say's u have to make the Doc avaliable on the run then u may do so..... with regards Karthik -----Original Message----- From: bib_lucene bib [mailto:bib_lucene@yahoo.com] Sent: Thursday, June 30, 2005 9:37 AM To: java-user@lucene.apache.org Subject: No.of Files in Directory Hi All In my webapp i have people uploading their documents. My server is windows/tomcat. I am thinking there will be a limit on the no of files in a directory. Typically apllication users will load 3-5 page word docs. 1. How does one design the system such that there will not be any problem as the users keep uploading their files, even if a million files are reached. 2. Is there a sample application that does this. 3. Should I have lucene update index after each upload or should I do it like once a day. Thanks Bib __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org