I am purging the collections and then updating them. I am indexing two
directories using the same code with the exception of the directories and
categoriee tree, ect. I understand it should take longer at the directory is
5x larger, im thinking it should take 30 - 40 min. Not 2 hours.
First directory has 2,681 files in 353 folders and updates the collection in
7min
collection1 2,568 24,474 Apr 17, 2012 11:17 AM english Yes
Second directory has 12,793 files in 428 folders and updates the collection in
1hour 56min
collection2 11,701 246,984 Apr 17, 2012 1:30 PM english Yes
<cflock name="verity_rr_p" timeout="150">
<cfindex
collection="collection2"
action="purge" />
</cflock>
<cflock name="verity_rr_q" timeout="7200">
<cfindex
action="update"
collection = "collection2"
category = "Reports"
categorytree="folder"
custom1 = "Reports"
custom2 = "English"
extensions = ".doc, .dot, .xls, .pdf, .txt, .ppt"
key = "drive\folder"
language = "english"
recurse = "yes"
title = "Untitled"
type = "path">
</cflock>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350770
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm