diff options
Diffstat (limited to 'sparky/appconfig/camel-rests/sparky-core-unified-search.xml')
-rw-r--r-- | sparky/appconfig/camel-rests/sparky-core-unified-search.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sparky/appconfig/camel-rests/sparky-core-unified-search.xml b/sparky/appconfig/camel-rests/sparky-core-unified-search.xml new file mode 100644 index 0000000..61fd9ad --- /dev/null +++ b/sparky/appconfig/camel-rests/sparky-core-unified-search.xml @@ -0,0 +1,7 @@ +<rests xmlns="http://camel.apache.org/schema/spring"> + <rest> + <post uri="/search/querysearch"> + <to uri="bean:unifiedSearchProcessor?method=search"/> + </post> + </rest> +</rests>
\ No newline at end of file |