Skip to content
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

Fix parsing single rescore element in SearchSourceBuilder #18440

Merged
merged 1 commit into from
May 18, 2016

Commits on May 18, 2016

  1. Fix parsing single rescore element in SearchSourceBuilder

    We are currently only parsing the array-syntax for the rescore part
    in SearchSourceBuilder ("rescore" : [ {...}, {...} ]) . We also need
    to support "rescore" : {...}
    
    Closes elastic#18439
    cbuescher committed May 18, 2016
    Configuration menu
    Copy the full SHA
    808ef6c View commit details
    Browse the repository at this point in the history