>If you are indexing a large set of files all at once, then yes, it >makes sense to index all, and then remove the ones you don't want. As >for removing a set of directories, you should be able to pass in a >query to the delete action, so if you made a query on the fly using >queryNew, queryAddRow, and put the directories as key values there, >you should then be able to perform the delete with one operation. (If >I remember right.) > >FYI, no need for the lock on the delete. > >On Jan 16, 2008 12:02 PM, Adam Parker <[EMAIL PROTECTED]> wrote: >>
Hi Ray - Thanks for the assistance. What I'm working with is a site that has content pulled from databases as well as content in individual pages (static content). I have the search index to include the root of the web directory. That was a bad idea. So I've changed that to multiple cfindices that specify each directory that I do want to include as I don't think it can be done with a query since it's not database content. There seem to be more directories I don't want included than I do want included in searching, so I figured to index what I do. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3305 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
