fullscale / elastic.js

A JavaScript implementation of the elasticsearch Query DSL
http://docs.fullscale.co/elasticjs/
MIT License
654 stars 163 forks source link

Support rescore #21

Closed ghost closed 11 years ago

ghost commented 11 years ago

Need to add support for rescoring, which can be very helpful for in my case, wildcard queries to limit down by rescoring with a phrase query, to bubble up better matches.

http://www.elasticsearch.org/guide/reference/api/search/rescore/

mattweber commented 11 years ago

Dupe of pull request issue.