-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
indices_boost seems to have no effect #137
Comments
I fixed it just now in #143, and now the boost per index is actually a boost factor (the explanation reflects that as well...). Can you verify that it works for you? |
ok, closing this, it should work (have tests). If not, reopen... |
ClaudioMFreitas
pushed a commit
to ClaudioMFreitas/elasticsearch-1
that referenced
this issue
Nov 12, 2019
Use openjdk-8-jre-headless, if ubuntu >= 15.10
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hiya
Maybe I'm testing the wrong thing, but it doesn't look like
indices_boost
is having any effect:Load this data:
Then try these queries:
and
They both return:
I would have thought that they would have returned the same docs, but in the opposite order. Instead, they both return the docs in the same order: (without the
fields
param):When i do an explain, it seems to be taking the boost into account, at least for one index:
The text was updated successfully, but these errors were encountered: