Example #1
0
 public ActionResult ClearIndex()
 {
     Indexer.ClearIndex();
     return(Content("Index cleared"));
 }