use of org.uberfire.ext.metadata.io.IOSearchServiceImpl in project kie-wb-common by kiegroup.
the class DefaultApplicationScopedProducer method setup.
@PostConstruct
public void setup() {
this.ioService = new IOServiceIndexedImpl(watchService, config.getIndexEngine(), defaultIndexEngineObserver, executorService, DublinCoreView.class, VersionAttributeView.class, OtherMetaView.class);
this.ioSearchService = new IOSearchServiceImpl(config.getSearchIndex(), ioService);
}
Aggregations