Esempio n. 1
0
 /// <summary>
 /// Deletes the existing index. Called before making a brand new index.
 /// </summary>
 public static void ClearIndex()
 {
     IndexingEngine.ClearIndex();
 }