public void PerformSearchIndexCreation ()
{
FireSearchIndexCreationEvent (true);
RootTree.MakeSearchIndex ();
RootTree.MakeIndex ();
IsFresh = true;
FireSearchIndexCreationEvent (false);
if (md5sums != null)
SerializeDictionary (Path.Combine (baseUserDir, sumFile), md5sums);
}