summaryrefslogtreecommitdiffstats
path: root/sparky/dynamic/routes/sparky-core-unified-search.route
blob: 1e20d00e2c6bd8c75eab6d7425186a4d6683b42b (plain)
1
2
3
4
5
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
     <from uri="restlet:/search/querysearch?restletMethods=get,post" />
     <from uri="restlet:/search/querysearch/?restletMethods=get,post" />
     <to  uri="bean:unifiedSearchProcessor?method=search"/>
</route>