CFSearch Differences Between CFMX 6 and 7
July 27, 2006 06:43 PM
I've been tearing my hair out for the last two days trying to debug Verity/vspider since we've upgraded to CFMX 7. I have been using vspider to index two sites successfully on 6 and after the upgrade they were no longer working.
The spider was running and the collection was getting populated but cfsearch would fail complaining it could not find the collection even though I could see it in the CF admin.
Previously I had used the full path to the collection in my cfsearch (worked in CF6):
cfsearch collection="C:\wwwroot\projectname\collectionname"
This fails in CF7. It appears you no longer need the full path - this works in CF7:
cfsearch collection="collectionname"
Verity and especially vspider don't appear to be used much in the CF Community. A post to cf-talk and to the Adobe forums several hours ago have only resulted in one response.
Posted by: Priest
Add Your Own Comment