sirensolutions / siren-join

[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]
http://siren.io
GNU Affero General Public License v3.0
183 stars 60 forks source link

Sort result based on second collection data #89

Open amitanjani opened 8 years ago

amitanjani commented 8 years ago

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.

scampi commented 8 years ago

This is not possible at the moment.