Hi there, have a bit of a problem here and thinking that it might be a bug at
this point. Below is my cfindex instruction. All the parameters are correct and
are identical to those that I used in the CF Admin. Performing the index
operation from CF Admin with those parameters works perfectly fine. What
happens is that when this cfindex is called, it only clears the verity and
doesn't re-populate. I don't get any errors, and nothing in the logs about
this. Any ideas as to why it refuses to re-populate (yes the path is correct,
there are files with those extensions in that path, etc...)?

<cfindex collection="Docs"
action="refresh"
type="path"
key="E:\Docs\"
recurse="Yes"
extentions=".doc, .pdf"
URLpath="http://localhost/Docs/">