Package com.mozilla.grouperfish.services.elasticsearch

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

Related Classes of com.mozilla.grouperfish.services.elasticsearch.ElasticSearchIndexProvider

Copyright © 2018 www.massapicom. 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.