Uses of Interface
org.apache.lucene.index.NRTManager.WaitingListener

Packages that use NRTManager.WaitingListener
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of NRTManager.WaitingListener in org.apache.lucene.index
 

Classes in org.apache.lucene.index that implement NRTManager.WaitingListener
 class NRTManagerReopenThread
          Utility class that runs a reopen thread to periodically reopen the NRT searchers in the provided NRTManager.
 

Methods in org.apache.lucene.index with parameters of type NRTManager.WaitingListener
 void NRTManager.addWaitingListener(NRTManager.WaitingListener l)
          Adds a listener, to be notified when a caller is waiting for a specific generation searcher to be visible.
 void NRTManager.removeWaitingListener(NRTManager.WaitingListener l)
          Remove a listener added with NRTManager.addWaitingListener(org.apache.lucene.index.NRTManager.WaitingListener).
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.