-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#819 Implement multiple rescore query #820
Conversation
2 similar comments
Hmm travis job seems failed because ES server:
Maybe a disk space issue. |
Doh' You are rights, totally forgot about support old Php. |
2 similar comments
@ebuildy Could you add a brief integration test to make sure that it works as expected? |
Yeaaahhh! |
@ebuildy Thanks for the addition, but as far as I can see this query never runs on an elasticsearch instance. Or am I missing something? |
#819 Implement multiple rescore query
Merged, thx. |
According Elastic documentation:
http://www.elastic.co/guide/en/elasticsearch/reference/1.4/search-request-rescore.html
Rescore query can be a query or an array of queries.
I am sending a PR right now that should fix this case.