Examples of ZoieSearchService


Examples of proj.zoie.service.api.ZoieSearchService

      factoryBean.setServiceInterface(ZoieSearchService.class);
      factoryBean.setServiceUrl("http://localhost:8888/zoie-perf/services/ZoieService");
      factoryBean.afterPropertiesSet();

      final ZoieSearchService svc = (ZoieSearchService) (factoryBean.getObject());
     
      SearchRequest req = new SearchRequest();
     // req.setQuery("java");
      SearchResult res = svc.search(req);

      System.out.println("hits: "+res.getTotalHits()+" time: "+res.getTime());
  }
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.