public JsonResult CreateIndex(string indexFolder) { IndexHelper.AddIndex(indexFolder); AjaxResponse ajaxResponse = GetIndexAjaxResponse(); return(Json(ajaxResponse)); }
public JsonResult CreateIndex(string indexFolder) { string indexFolderPath = _defaultIndexFolder + "\\" + indexFolder; IndexHelper.AddIndex(indexFolderPath); AjaxResponse ajaxResponse = GetIndexAjaxResponse(); return(Json(ajaxResponse)); }