All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codelibs.elasticsearch.solr.plugin.SolrIndexModule Maven / Gradle / Ivy

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