Authored by hugufei

fix bug

... ... @@ -27,12 +27,14 @@ public class ESClientMgr {
@PostConstruct
void init() {
Configuration.getConfiguration().initConfig("configuration.xml");
this.getClient("productindex");
this.getClient("default");
}
/**
* pi和其他的客户端分开,好像没啥用
*
* @param indexName
* @return
*/
... ...