We recently upgraded an install of Umbraco 4.0.x to Umbraco 4.5, and we are currently using the default settings for its indexers and searchers. Unfortunately, Examine is neither creating nor updating these indices. The site at one time was using UmbSearch2, and I suspect that its former presence may be interfering.
I have tried setting runAsync="false" so that log entries would be generated to help me track down the problem, but even with this setting in place, no "Error" log entries are being created. These are the log entries (except "Publish" entries, since there are about 2,000 content nodes...):
System | Loading content from disk cache...
System | Loading content from database...
Debug | Republishing starting
Debug | Xml Pages loaded
Debug | Done republishing Xml Index
Debug | Xml saved in 00:00:00.1016479
Debug | Xml saved in 00:00:00.1013303
I have tried "republish all" and republishing individual nodes to no avail.
Are there any common causes of this behavior after an upgrade, and how could it be corrected?
Examine Indices Not Being Created or Updated
Hello,
We recently upgraded an install of Umbraco 4.0.x to Umbraco 4.5, and we are currently using the default settings for its indexers and searchers. Unfortunately, Examine is neither creating nor updating these indices. The site at one time was using UmbSearch2, and I suspect that its former presence may be interfering.
I have tried setting runAsync="false" so that log entries would be generated to help me track down the problem, but even with this setting in place, no "Error" log entries are being created. These are the log entries (except "Publish" entries, since there are about 2,000 content nodes...):
I have tried "republish all" and republishing individual nodes to no avail.
Are there any common causes of this behavior after an upgrade, and how could it be corrected?
Thank you,
Chris
can you post your configs
is working on a reply...