Package proj.zoie.service.api

Examples of proj.zoie.service.api.ZoieSearchService.search()


      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.