| Package | Description |
|---|---|
| org.apache.lucene.replicator |
Files replication framework
|
| org.apache.lucene.replicator.http |
HTTP replication implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexAndTaxonomyRevision
A
Revision of a single index and taxonomy index files which comprises
the list of files from both indexes. |
class |
IndexRevision
A
Revision of a single index files which comprises the list of files
that are part of the current IndexCommit. |
| Modifier and Type | Method and Description |
|---|---|
int |
IndexAndTaxonomyRevision.compareTo(Revision o) |
int |
IndexRevision.compareTo(Revision o) |
void |
Replicator.publish(Revision revision)
Publish a new
Revision for consumption by clients. |
void |
LocalReplicator.publish(Revision revision) |
| Constructor and Description |
|---|
SessionToken(String id,
Revision revision)
Constructor with the given id and revision.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpReplicator.publish(Revision revision) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.