@Override
 public void stop() throws Throwable {
   indexProviders.unregisterIndexProvider(IDENTIFIER);
 }
Exemplo n.º 2
0
 @Override
 public void shutdown() {
   indexProviders.unregisterIndexProvider(LuceneIndexImplementation.SERVICE_NAME);
   // TODO Don't do this here, do proper life cycle management
   life.shutdown();
 }