Skip to content

PercolateDescriptor serialization bug fix and addition of Score to PercolateResponse #1655

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

Merged
merged 2 commits into from
Dec 30, 2015

Conversation

mikelazell
Copy link

When serializing the PercolateDescriptor, the sort property was
incorrectly being serialized as 'score' and not 'sort'. This is now
fixed.

When Percolating with a query, size and trackscores=true, the raw
response contains a score, but the PercolateResponse class does not.
This is now fixed/added.

When serializing the PercolateDescriptor, the sort property was
incorrectly being serialized as 'score' and not 'sort'. This is now
fixed
When Percolating with a query, size and trackscores=true, the raw
response contains a score, but the PercolateResponse class does not.
This is now fixed.
@mikelazell
Copy link
Author

I've just signed the CLA

@russcam
Copy link
Contributor

russcam commented Dec 29, 2015

I'm tidying up the branches to rename (branch move and delete)

  • 2.0 to master
  • develop (current 1.x client) to 1.x

and as a consequence, closed this PR as a result of deleting the remote develop branch, sorry! I've reinstated the branch to keep track of the open PRs but feel free to close this PR and open a new one with the change against 1.x 😄

@russcam russcam reopened this Dec 29, 2015
@russcam
Copy link
Contributor

russcam commented Dec 30, 2015

LGTM!

@russcam russcam merged commit 1da4335 into elastic:develop Dec 30, 2015
russcam added a commit that referenced this pull request Dec 30, 2015
@gmarz gmarz added this to the 1.7.2 milestone Jan 14, 2016
@gmarz gmarz removed the v1.7.2 label Jan 14, 2016
@gmarz gmarz removed this from the 1.7.2 milestone Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants