重建全量索引
()
| 1065 | |
| 1066 | // 重建全量索引 |
| 1067 | func (this *ManagerController) RebuildAllIndex() { |
| 1068 | go models.NewElasticSearchClient().RebuildAllIndex() |
| 1069 | this.JsonResult(0, "提交成功,请耐心等待") |
| 1070 | } |
| 1071 | |
| 1072 | func (this *ManagerController) Banners() { |
| 1073 | this.Data["SeoTitle"] = "横幅管理" |
nothing calls this directly
no test coverage detected