return SearchServiceFactory.getSearchService();
}
@Provides
SymbolMapsDirectory provideSymbolMapsDir(@Named("webinf root") String webinf) throws IOException {
return new ZipSymbolMapsDirectory(
new JarFile(new File(webinf, "gwt-extra.jar")), "symbolMaps");
}