Class HttpReplicator

java.lang.Object
org.apache.lucene.replicator.http.HttpClientBase
org.apache.lucene.replicator.http.HttpReplicator
All Implemented Interfaces:
Closeable, AutoCloseable, Replicator

@Deprecated public class HttpReplicator extends HttpClientBase implements Replicator
Deprecated.
use org.apache.lucene.replicator.nrt instead
An HTTP implementation of Replicator. Assumes the API supported by ReplicationService.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • HttpReplicator

      public HttpReplicator(String host, int port, String path, org.apache.http.conn.HttpClientConnectionManager conMgr)
      Deprecated.
      Construct with specified connection manager.
  • Method Details