-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support for _score in PercolateMany #1570
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
Comments
Hey @joehmchan at first quick cursory glance I think you are right what happened with your PR? |
I tried to percolate all doc in an index type by _mpercolate and find percolator matches with score. The score is for ranking, I was able to do so via elasticsearch RESTful Api, but NEST doesn't expose the Score field in PercolateResponse. |
Hi @Mpdreamz, will this change be included to next build? |
Hi @joehmchan it will be but our initial focus right now is NEST 2.0, we will get an bug fix release (1.7.2) out after that |
This was fixed in #1655 and should make it into the next release of the 1.x branch. Thanks for reporting and sorry for this taking a while to resolve 👍 |
PercolateMany has TrackScores() method for tracking scores, but in PercolateResponse.cs, PercolatorMatch class doesn't have Score field.
Should it look like this?
The text was updated successfully, but these errors were encountered: