Search in sources :

Example 1 with IOSearchServiceImpl

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);
}
Also used : OtherMetaView(org.guvnor.common.services.backend.metadata.attribute.OtherMetaView) DublinCoreView(org.uberfire.io.attribute.DublinCoreView) VersionAttributeView(org.uberfire.java.nio.base.version.VersionAttributeView) IOSearchServiceImpl(org.uberfire.ext.metadata.io.IOSearchServiceImpl) IOServiceIndexedImpl(org.uberfire.ext.metadata.io.IOServiceIndexedImpl) PostConstruct(javax.annotation.PostConstruct)

Aggregations

PostConstruct (javax.annotation.PostConstruct)1 OtherMetaView (org.guvnor.common.services.backend.metadata.attribute.OtherMetaView)1 IOSearchServiceImpl (org.uberfire.ext.metadata.io.IOSearchServiceImpl)1 IOServiceIndexedImpl (org.uberfire.ext.metadata.io.IOServiceIndexedImpl)1 DublinCoreView (org.uberfire.io.attribute.DublinCoreView)1 VersionAttributeView (org.uberfire.java.nio.base.version.VersionAttributeView)1