public static void MakeSearchIndex() { RootTree rootTree = RootTree.LoadTree(); rootTree.GenerateSearchIndex(); }
public static void MakeSearchIndex (RootTree root) { root.GenerateSearchIndex (); }
public static void MakeSearchIndex(RootTree root) { root.GenerateSearchIndex(); }