Package de.jetwick.es

Examples of de.jetwick.es.ElasticTweetSearch.nodeInfo()


        Client client = AbstractElasticSearch.createClient(ElasticNode.CLUSTER,
                config.getTweetSearchUrl(), ElasticNode.PORT);

        ElasticTweetSearch tweetSearch = new ElasticTweetSearch(client);
        try {
            tweetSearch.nodeInfo();
        } catch (Exception ex) {
            logger.warn("Problem to get node info:" + ex.getMessage());
        }
        bind(ElasticTweetSearch.class).toInstance(tweetSearch);
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.