Using Elasticsearch as a recommendation engine

Hi Mark,

I am mostly using filters on the docs, ie.: find documents where some ID matches my query id. I may add so full-text search capabilities to it in the future. I have also used full-text search in conjunction with the function_score mentioned above.

I've always wondering if other people are using it this way for purposes similar to mine.