[This is the old, single node version for Elasticsearch 2.x, see the latest "Siren Federate" plugin for distributed Elasticsearch 5.x and 6.x capabilities]
I have two index. One stores candidate info and other index store candidate score info. With siren filter join plugin I am able to fetch candidate score. But I want to sort candidate based on score. I tried using sort query inside Query object. It didn't give expected result.
I have two index. One stores candidate info and other index store candidate score info. With siren filter join plugin I am able to fetch candidate score. But I want to sort candidate based on score. I tried using sort query inside Query object. It didn't give expected result.