39404142434445
* @author kimchy (shay.banon) */ public class SearchModule extends AbstractModule implements SpawnModules { @Override public Iterable<? extends Module> spawnModules() { return ImmutableList.of(new TransportSearchModule(), new FacetModule()); }