Uses of Interface
org.compass.core.engine.SearchEngineIndexManager.ReplaceIndexCallback

Packages that use SearchEngineIndexManager.ReplaceIndexCallback
org.compass.core.engine   
org.compass.core.lucene.engine.manager   
org.compass.gps.impl   
 

Uses of SearchEngineIndexManager.ReplaceIndexCallback in org.compass.core.engine
 

Methods in org.compass.core.engine with parameters of type SearchEngineIndexManager.ReplaceIndexCallback
 void SearchEngineIndexManager.replaceIndex(SearchEngineIndexManager indexManager, SearchEngineIndexManager.ReplaceIndexCallback callback)
          Replaces the index data that is used by the current instance, with the one that is pointed by the given indexManager.
 

Uses of SearchEngineIndexManager.ReplaceIndexCallback in org.compass.core.lucene.engine.manager
 

Methods in org.compass.core.lucene.engine.manager with parameters of type SearchEngineIndexManager.ReplaceIndexCallback
protected  void DefaultLuceneSearchEngineIndexManager.doReplaceIndex(SearchEngineIndexManager indexManager, SearchEngineIndexManager.ReplaceIndexCallback callback)
           
 void DefaultLuceneSearchEngineIndexManager.replaceIndex(SearchEngineIndexManager indexManager, SearchEngineIndexManager.ReplaceIndexCallback callback)
           
 

Uses of SearchEngineIndexManager.ReplaceIndexCallback in org.compass.gps.impl
 

Classes in org.compass.gps.impl that implement SearchEngineIndexManager.ReplaceIndexCallback
 class DefaultReplaceIndexCallback
           
 



Copyright (c) 2004-2008 The Compass Project.