3637383940414243444546
@Override public void onStart() { // ElasticSearch client start on local or network client = new IndexClient(application); // Load indexName, indexType, indexMapping from annotation client.config.loadFromAnnotations(); try {