Package org.apache.lucene.replicator.nrt


package org.apache.lucene.replicator.nrt
Near-real-time replication framework
  • Class
    Description
    Handles copying one set of files, e.g.
    Callback invoked by CopyJob once all files have (finally) finished copying
    Copies one file from an incoming DataInput to a dest filename in a local Directory
    Holds incRef'd file level details for one point-in-time segment infos on the primary node.
    Holds metadata details about a single file that we use to confirm two files (one remote, one local) are in fact "identical".
    Common base class for PrimaryNode and ReplicaNode.
    Should be thrown by subclasses of PrimaryNode and ReplicaNode if a non-fatal exception occurred while communicating between nodes.
    Node that holds an IndexWriter, indexing documents into its local index.
    Replica node, that pulls index changes from the primary node by copying newly flushed or merged index files.