示例#1
0
        public ActionResult ReIndex()
        {
            SearchProvider.ReIndex();

            return(View("Index"));
        }