How to call third party API in Vespa?.Is it better to call third party API in Searcher? How will they configured? Is it mandatory to use Annonating processor and Data processor?
Asked
Active
Viewed 48 times
-1
-
Actually I want that when I query from vespa then the search result will be sent to somewhere else using third party POST API. How will I call this API? Do I have to write in Searcher or somewhere else? Please please help. – Mohammad Sunny Oct 11 '18 at 06:57
1 Answers
0
Yes; write a Searcher that calls the third party. Configuration will be injected if you configure like in https://docs.vespa.ai/documentation/configuring-components.html

Kristian Aune
- 876
- 5
- 5