5253545556575859
public QueryServlet() {} public QueryServlet(VelocityEngine engine, URI bootstrap) { this.engine = engine; this.clientFactory = new HttpStoreClientFactory(new ClientConfig().setBootstrapUrls(bootstrap.toString()) .setMaxThreads(1)); }