All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.serviceComponents.xml Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
    <scr:component enabled="true" immediate="true" name="org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine" configuration-policy="require" activate="activate" deactivate="deactivate">
        <implementation class="org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine"/>
        <property name="stanbol.enhancer.engine.name"/>
        <property name="enhancer.engines.dereference.entityhub.siteId"/>
        <property name="enhancer.engines.dereference.fallback" type="Boolean" value="true"/>
        <property name="enhancer.engines.dereference.uriPrefix"/>
        <property name="enhancer.engines.dereference.uriPattern"/>
        <property name="enhancer.engine.dereference.filterContentlanguages" type="Boolean" value="false"/>
        <property name="enhancer.engines.dereference.fields" type="String">
            rdfs:comment
            geo:lat
            geo:long
            foaf:depiction
            dbp-ont:thumbnail
        </property>
        <property name="enhancer.engines.dereference.ldpath"/>
        <property name="enhancer.engines.dereference.entityhub.threads.shared" type="Boolean" value="true"/>
        <property name="enhancer.engines.dereference.entityhub.threads.size" type="Integer" value="0"/>
        <property name="service.ranking" type="Integer" value="0"/>
        <property name="service.vendor" type="String" value="Apache Stanbol"/>
        <property name="service.pid" value="org.apache.stanbol.enhancer.engines.dereference.entityhub.EntityhubDereferenceEngine"/>
        <reference name="prefixService" interface="org.apache.stanbol.commons.namespaceprefix.NamespacePrefixService" cardinality="0..1" policy="static" bind="bindPrefixService" unbind="unbindPrefixService"/>
    </scr:component>
    <scr:component enabled="true" immediate="true" name="org.apache.stanbol.enhancer.engines.dereference.entityhub.shared.SharedDereferenceThreadPool" configuration-policy="optional" activate="activate" deactivate="deactivate">
        <implementation class="org.apache.stanbol.enhancer.engines.dereference.entityhub.shared.SharedDereferenceThreadPool"/>
        <property name="enhancer.engines.dereference.entityhub.sharedthreadpool.size" type="Integer" value="8"/>
        <property name="service.vendor" type="String" value="Apache Stanbol"/>
        <property name="service.pid" value="org.apache.stanbol.enhancer.engines.dereference.entityhub.shared.SharedDereferenceThreadPool"/>
    </scr:component>
</components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy