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 percent_terms_to_match #7754

Commits on Sep 16, 2014

  1. MLT Query: fix percent_terms_to_match

    The parameter `percent_terms_to_match` (number of terms that must match in the
    generated query) was wrongly set to the top level boolean query. This would
    lead to zero or all results type of situations. This commit ensures that the
    parameter is indeed applied to the query of generated terms.
    alexksikes committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    79839ab View commit details
    Browse the repository at this point in the history