I had trouble with this a while back. I eventually gave up, but one thing that worked better was to use multiple collections. You might have to break up the documents into multiple directories though. When you search you can search on multiple collections as long as they have the same format.
-----Original Message----- From: Parker, Kevin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 7:26 PM To: CF-Talk Subject: Collection indexing We're having a persistent problem with Verity failing to complete indexing of our PDF collection (about 800 files) using a fairly ordinary CFINDEX on CF5 and therefore "zeroing out" the index. Has anyone encountered anything like this because our host is a bit short on a solution :-) Code follows - we added a PURGE while ago as this seemed to improve reliability a little bit. <CFAPPLICATION NAME="indexincreasedtimeout" SESSIONMANAGEMENT="Yes" SETCLIENTCOOKIES="Yes" SESSIONTIMEOUT = #CREATETIMESPAN(0, 1, 0, 0)# APPLICATIONTIMEOUT = #CREATETIMESPAN(0, 1, 0, 0)# CLIENTMANAGEMENT="Yes" CLIENTSTORAGE="cookie"> <cfindex action="PURGE" collection="OurCollectionName"> <cfindex action="UPDATE" collection="OurCollectionName" key="e:\inetpub\some_path\" type="PATH" urlpath="http://www.workcover.com" extensions=".pdf, .doc, .txt" recurse="Yes" language="English"> ********** Kevin Parker Web Services Manager WorkCover Corporation e: [EMAIL PROTECTED] w: www.workcover.com p:+ 61 8 8233 2548 f: +61 8 8233 2282 m: 0418 806 166 ********** ************************************************************************ This e-mail is intended for the use of the addressee only. It may contain information that is protected by legislated confidentiality and/or is legally privileged. If you are not the intended recipient you are prohibited from disseminating, distributing or copying this e-mail. Any opinion expressed in this e-mail may not necessarily be that of the WorkCover Corporation of South Australia. Although precautions have been taken, the sender cannot warrant that this e-mail or any files transmitted with it are free of viruses or any other defect. If you have received this e-mail in error, please notify the sender immediately by return e-mail and destroy the original e-mail and any copies. ************************************************************************ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

