Interface LuceneSyncWorkOrchestrator

All Known Implementing Classes:
LuceneSyncWorkOrchestratorImpl

public interface LuceneSyncWorkOrchestrator
An orchestrator that executes works synchronously in the current thread.

For now this implementation is very simple, but we might one day need to execute queries asynchronously, in which case thing will get slightly more complex.