com.github.kzwang.osem.inject.ElasticSearchOsemModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-osem Show documentation
Show all versions of elasticsearch-osem Show documentation
Object/Search Engine Mapping for ElasticSearch
The newest version!
package com.github.kzwang.osem.inject;
import org.elasticsearch.common.inject.AbstractModule;
public class ElasticSearchOsemModule extends AbstractModule {
@Override
protected void configure() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy