0

Have recently been experimenting with elasticsearch to make item to item recommendations via the significant terms aggregation. Get some pretty good results but I'd like to export results for each item in my catalogue out of ES and store in a postgres database that's easier for people to work with.

One option seems to be to write a script which queries the index directly for each item in my catalogue and stores results in AWS but I'm wondering if ES has some sort of inbuilt tool which might make this process easier?

0 Answers0