blob: 270de2fa74ef93fe86bae2cbe91848947eb97f11 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: empolis GmbH - initial creator
**********************************************************************************************************************/
-->
<component name="HighlightingService" immediate="true">
<implementation class="org.eclipse.smila.search.highlighting.internal.HighlightingServiceImpl" />
<service>
<provide interface="org.eclipse.smila.search.highlighting.HighlightingService"/>
</service>
<reference name="highlightingTransformer"
interface="org.eclipse.smila.search.highlighting.transformer.HighlightingTransformer"
cardinality="0..n"
bind="setHighlightingTransformer"
unbind="unsetHighlightingTransformer"
policy="dynamic" />
/>
</component>