I've been trying out Examine under the following conditions:
4.5.2 with RC3
4.5.2 with RTM 1.0 (with internal indexer changed to StandardAnalyser)
The conclusion is that the index is not getting updated correctly unless I reset IIS.
There are no errors in the log table.
The results were the same for RC3 and RTM 1.0
Here are my tests using clean Runway install 4.5.2 Application pool in Integrated (couldn't get it to run under Classic) under v1.0 RTM.
1. First load of index - Perfect
2. Rename 'modules' to 'nitros' and publish - Index Not Updated
3. Publish node again - 'Nitros' gets added but 'modules' still in index
4. Publish node again - 'modules' still in index and Rank for 'Nitros' goes up to 2
5. Reset IIS at this point - Log Table
6. Perfect
I'm not exactly sure what is the expected behaviour as I don't know how and when the index is updated, but the event that gets run after IIS Reset seems to solve all the issues.
Examine issues
I've been trying out Examine under the following conditions:
4.5.2 with RC3
4.5.2 with RTM 1.0 (with internal indexer changed to StandardAnalyser)
The conclusion is that the index is not getting updated correctly unless I reset IIS.
There are no errors in the log table.
The results were the same for RC3 and RTM 1.0
Here are my tests using clean Runway install 4.5.2 Application pool in Integrated (couldn't get it to run under Classic) under v1.0 RTM.
1. First load of index - Perfect
2. Rename 'modules' to 'nitros' and publish - Index Not Updated
3. Publish node again - 'Nitros' gets added but 'modules' still in index
Are you running async on or off?
runAsync="true"
Rich
If async is true you wont get any error logs, it runs outside the HttpContext so the error logging doesn't work.
How long are you waiting between publishing and inspecting with Luke? Is there anything in your Queue folder?
Thanks for your reply slace, I need to do some further testing as I was getting problems with my Umbraco.Config file getting the old fields too.
Seems like a permission error could have caused both issues.
is working on a reply...