@Controller @RequestMapping(value="/plugin/indexmanager") public class ElasticsearchIndexManagerController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
ElasticsearchIndexManagerController() |
| Modifier and Type | Method and Description |
|---|---|
String |
init(org.springframework.ui.Model model) |
void |
reindexType(org.molgenis.data.elasticsearch.admin.ElasticsearchIndexManagerController.ReindexRequest reindexRequest) |
getId, getPluginSettings, getUripublic static final String ID
public static final String URI
@RequestMapping(method=GET) public String init(org.springframework.ui.Model model)
@RequestMapping(value="/reindex",
method=POST)
@ResponseStatus(value=OK)
public void reindexType(@ModelAttribute
org.molgenis.data.elasticsearch.admin.ElasticsearchIndexManagerController.ReindexRequest reindexRequest)
Copyright © 2016. All Rights Reserved.