On Jun 30, 2005, at 2:23 AM, Karthik N S wrote:
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.....

Karthik - I'm concerned that folks will get the wrong idea about Lucene based on your advice about indexing once per day. Lucene does very well with incremental indexing, and it really depends on the nature of the application on the granularity of indexing. There would be no problem for most normal use applications to index when a document is uploaded - especially given that they will be 3-5 page Word documents and not massive PDF files or something that needs to be done in a background process.

    Erik



with regards
Karthik

-----Original Message-----
From: bib_lucene bib [mailto:[EMAIL PROTECTED]
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to