Ask a Question related to Macromedia ColdFusion, Design and Development.
-
NightFalcon #1
CF 5: cfindex doesn't refresh
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/">
NightFalcon Guest
-
cfindex help
I'm creating a search utility/interface for an online magazine. I've created my collection using cfcollection, that I included on my search page... -
Indexing PDF with CFINDEX
I do not seem to be able to index a PDF document (originally created with MS WORD) with the CFINDEX tag. I did include ".pdf" in the extentions... -
Verity/CFINDEX/PDF document
I do not seem to be able to index a PDF document for Verity (originally created with MS WORD) with the CFINDEX tag. I did include ".pdf" in the... -
using refresh button on the menu bar to refresh two frames.
All, I have an ASP site that uses frames two frames. (yes I should be using include files, but we started ou using frames so we have been stuck... -
Problem with refresh button breaking automatic refresh
As a public service, I'm posting the solution to a problem I had. The bizarre thing is that I think this should have created an error. Instead, it...



Reply With Quote

