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

Function score and optional weight : avg score is wrong #9004

Closed
wants to merge 2 commits into from
Closed

Function score and optional weight : avg score is wrong #9004

wants to merge 2 commits into from

Conversation

ghiron
Copy link
Contributor

@ghiron ghiron commented Dec 18, 2014

Closes #8992

@@ -300,11 +306,15 @@ public float innerScore() throws IOException {
}
} else { // Avg / Total
double totalFactor = 0.0f;
int count = 0;
float count = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be renamed to weightSum as well.

@rjernst
Copy link
Member

rjernst commented Dec 18, 2014

@ghiron I left a minor comment. Can you also fix the spacing, so that everything is even? e.g. }else{ to } else { and x+=foo; to x += foo;

fix spaces formatting
rename weightsSum as weightSum
@ghiron
Copy link
Contributor Author

ghiron commented Dec 18, 2014

@rjernst Done

@rjernst rjernst added v2.0.0-beta1 v1.5.0 v1.4.3 :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache and removed v1.4.3 labels Dec 18, 2014
@rjernst rjernst closed this in 8738583 Dec 19, 2014
@rjernst rjernst added the v1.4.3 label Dec 19, 2014
rjernst pushed a commit that referenced this pull request Dec 19, 2014
rjernst pushed a commit that referenced this pull request Dec 19, 2014
@rjernst
Copy link
Member

rjernst commented Dec 19, 2014

Thanks @ghiron!

@clintongormley clintongormley changed the title Function score and optional weight : avg score is wrong #8992 Search: Function score and optional weight : avg score is wrong Feb 10, 2015
@clintongormley clintongormley changed the title Search: Function score and optional weight : avg score is wrong Function score and optional weight : avg score is wrong Jun 8, 2015
mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache v1.4.3 v1.5.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function score and optional weight : avg score is wrong
3 participants