Adds LuceneIndexDiagnostics to make it easier for devs and custom indexes

This commit is contained in:
Shannon
2019-08-02 01:15:08 +10:00
parent 9f6a7dec2e
commit 366058581a
6 changed files with 91 additions and 57 deletions

View File

@@ -50,6 +50,8 @@ namespace Umbraco.Web
}
}
//This is really needed at all since the only place this is used is in ExamineComponent and that already maintains a flag of whether it suspsended or not
// AHH... but Deploy probably uses this?
public static class ExamineEvents
{
private static bool _tried, _suspended;