root/org.nuxeo.ecm.platform/trunk/nuxeo-platform-search-facade/src/main/resources/OSGI-INF/nxsearch-platform-contrib.xml

Revision 22630, 0.7 kB (checked in by tdelprat, 2 years ago)

user platform/search as binding group

Line 
1 <component name="org.nuxeo.ecm.core.search.service.facade" version="1.0">
2
3   <documentation> Expose the search service as a platform service.
4
5     @version 1.0
6     @author <a href="mailto:ja@nuxeo.com">Julien Anguenot</a>
7   </documentation>
8
9   <require>org.nuxeo.ecm.core.search.service.SearchServiceImpl</require>
10
11   <extension target="org.nuxeo.runtime.api.ServiceManagement"
12         point="services">
13
14       <documentation> Define the search service as a platform service. </documentation>
15
16       <service class="org.nuxeo.ecm.core.search.api.client.SearchService"
17         group="platform/search">
18         <locator>%SearchServiceBean</locator>
19       </service>
20
21
22     </extension>
23 </component>
Note: See TracBrowser for help on using the browser.