summaryrefslogtreecommitdiffstats
path: root/sparky/dynamic/routes/sparky-core-filter-aggregation.route
blob: 38e2735eed35772c0ebcf3dbeaa551a3e3fe641d (plain)
1
2
3
4
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
     <from uri="restlet:/search/filterAggregation?restletMethods=get,post" />
     <to  uri="bean:aggregateSummaryProcessor?method=getFilteredAggregation"/>
</route>