
org.codelibs.elasticsearch.configsync.module.ConfigSyncModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-configsync Show documentation
Show all versions of elasticsearch-configsync Show documentation
This plugin provides a feature to analyze texts.
package org.codelibs.elasticsearch.configsync.module;
import org.codelibs.elasticsearch.configsync.service.ConfigSyncService;
import org.elasticsearch.common.inject.AbstractModule;
public class ConfigSyncModule extends AbstractModule {
@Override
protected void configure() {
bind(ConfigSyncService.class).asEagerSingleton();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy