summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/camel-rests/sparky-core-filter-aggregation.xml
blob: e4e02bae94311009be45c0a85cdc5b4ef18dee5a (plain)
1
2
3
4
5
6
7
<rests xmlns="http://camel.apache.org/schema/spring">
   <rest>
      <post uri="/search/filterAggregation">
         <to uri="bean:aggregateSummaryProcessor?method=getFilteredAggregation"/>
      </post>
   </rest>
</rests>