Examples of ElasticSearchIndexProvider


Examples of com.mozilla.grouperfish.services.elasticsearch.ElasticSearchIndexProvider

            log.info("No hadoop. Using local FS for 'shared' file system (stand alone operation).");
            bind(FileSystem.class).annotatedWith(Shared.class).toInstance(localFs);
        }

        bind(Grid.class).to(HazelcastGrid.class).asEagerSingleton();
        bind(IndexProvider.class).toInstance(new ElasticSearchIndexProvider(properties));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.