com.senseidb.search.node
Interface SenseiIndexingManager<D>
- All Known Implementing Classes:
- DefaultStreamingIndexingManager, NoopIndexingManager
public interface SenseiIndexingManager<D>
initialize
void initialize(Map<Integer,proj.zoie.api.Zoie<com.browseengine.bobo.api.BoboIndexReader,D>> zoieSystemMap)
throws Exception
- Throws:
Exception
start
void start()
throws Exception
- Throws:
Exception
shutdown
void shutdown()
getDataProvider
proj.zoie.api.DataProvider<D> getDataProvider()
syncWithVersion
void syncWithVersion(long timeToWait,
String version)
throws proj.zoie.api.ZoieException
- Throws:
proj.zoie.api.ZoieException
Copyright © 2010-2012. All Rights Reserved.