final ZookeeperClusterStatus clusterStatus = new ZookeeperClusterStatus(zooKeeper, configuration);
final BlurIndexRefresher refresher = new BlurIndexRefresher();
refresher.init();
BlurFilterCache filterCache = getFilterCache(configuration);
BlurIndexWarmup indexWarmup = getIndexWarmup(configuration);
final DistributedIndexServer indexServer = new DistributedIndexServer();
indexServer.setBlockCacheDirectoryFactory(blockCacheDirectoryFactory);
indexServer.setClusterStatus(clusterStatus);