@Controller public class SearchIndexController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
SearchIndexController() |
@RequestMapping(method=GET,
value="admin/maintenance/searchIndex")
public String showPage()
@RequestMapping(method=POST,
value="admin/maintenance/rebuildSearchIndex")
@ResponseBody
public Map<String,Object> rebuildSearchIndex()
Copyright © 2015 OpenMRS Inc.. All rights reserved.