Beispiel #1
0
        public static void MakeSearchIndex()
        {
            RootTree rootTree = RootTree.LoadTree();

            rootTree.GenerateSearchIndex();
        }
Beispiel #2
0
		public static void MakeSearchIndex (RootTree root)
		{
			root.GenerateSearchIndex ();
		}
Beispiel #3
0
 public static void MakeSearchIndex(RootTree root)
 {
     root.GenerateSearchIndex();
 }