Class NRTManager.TrackingIndexWriter

  • Enclosing class:
    NRTManager

    public static class NRTManager.TrackingIndexWriter
    extends Object
    Class that tracks changes to a delegated IndexWriter. Create this class (passing your IndexWriter), and then pass this class to NRTManager. Be sure to make all changes via the TrackingIndexWriter, otherwise NRTManager won't know about the changes.
    WARNING: This API is experimental and might change in incompatible ways in the next release.