
org.codelibs.elasticsearch.module.FessSuggestModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-fess-suggest Show documentation
Show all versions of elasticsearch-fess-suggest Show documentation
elasticsearch elasticsearch-fess-suggest plugin
The newest version!
package org.codelibs.elasticsearch.module;
import org.codelibs.elasticsearch.service.FessSuggestService;
import org.elasticsearch.common.inject.AbstractModule;
public class FessSuggestModule extends AbstractModule {
@Override
protected void configure() {
bind(FessSuggestService.class).asEagerSingleton();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy