CF 7 Verity and pdf files - problem
I have a directory of .pdf files that I have used verity to index for several years. I'm using verity so that full text searches can be placed against all of the pdf documents. This has worked pretty good for some time but recently we have noticed that newer pdf documents are no longer working correctly in regards to the text search. They are indexed in the collection and will show up when I search for a blank text string which returns all documents in the collection but any attempt to search by any string of text in the document returns an empty search.
To test this I created a new collection that contained several pdf files that I know work and several that I know do not work. I used a simple form to supply key words to my cfsearch tag and then dumped the results out to see what happens. Searching by strings of text in the pdf work for some files and not others. I examined the files in question and the only difference I can see is the version. The working files list the creator as Adobe InDesign CS3 (5.0.2) and the now working files show the creator as Adobe InDesign CS3 (5.0.4). Has anyone else noticed this issue and found a solution or work around? I really don't want to migrate to some other search function at this time as this was an unexpected problem.
I found a few threads on the internet suggesting problems with Acrobat 9 files but list those as version 5 / version 7 issue. I used cffile read to look at the begining of both a working and non working file and they both list PDF-1.4 at the beginning of the file. I hope someone else has found a way around this issue.
