Namespace Lucene.Net.Replicator.Http
HTTP replication implementation
Classes
HttpClientBase
Base class for Http clients.
HttpReplicator
An HTTP implementation of IReplicator. Assumes the API supported by ReplicationService.
ReplicationService
A server-side service for handling replication requests. The service assumes
requests are sent in the format /<context>/<shard>/<action>
where
context
is the servlet context, e.g. REPLICATION_CONTEXTshard
is the ID of the shard, e.g. "s1"action
is one of ReplicationService.ReplicationAction values
http://host:port/replicate/s1/update
.
Enums
ReplicationService.ReplicationAction
Actions supported by the ReplicationService.