
org.codelibs.elasticsearch.solr.plugin.SolrIndexModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-solr-api Show documentation
Show all versions of elasticsearch-solr-api Show documentation
Use Solr clients/tools with Elasticsearch
The newest version!
package org.codelibs.elasticsearch.solr.plugin;
import org.codelibs.elasticsearch.solr.index.mapper.date.RegisterSolrDateType;
import org.elasticsearch.common.inject.AbstractModule;
public class SolrIndexModule extends AbstractModule {
@Override
protected void configure() {
this.bind(RegisterSolrDateType.class).asEagerSingleton();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy