I am using ColdFusion 4.0 (don't ask) and am trying
to create a Verity collection of PDF and Word files.
After building the index, I am able to text-search
the Word documents (which are in the same folders as
the PDF's) but am unable to text-search PDF files.  
(This was working a week ago but has now stopped 
working.)

Here is the code that builds the index:

<CFSET IndexCollection  = "TrusteeDocuments">
<CFSET IndexDirectory   = "D:\ABC\TrusteeIntranet\Documents">
<CFSET IndexRecurse     = "YES">
<CFSET IndexExtensions  = ".htm, .html, .txt, *., .pdf, .doc, .xls, .ppt">
<CFSET IndexLanguage    = "english">

<CFINDEX 
collection="#IndexCollection#" 
action="REFRESH"
type="PATH"
key="#IndexDirectory#\"
extensions="#IndexExtensions#"
recurse="#IndexRecurse#"
language="#IndexLanguage#"
urlPath="#application.TrusteeIntranetDocURL#">

Since I don't believe I altered any of the above code
recently, I am beginning to wonder if the documents 
are incompatible for some reason.  Is it possible
that this old version of ColdFusion/Verity can't index
PDF files created with recent versions of Acrobat?

I am at my wits end.  Any suggestions would be much
appreciated.

Thanks
Joe Tartaglia
High Caliber Solutions

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230610
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to