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

Remove deprecated useDisMax from MultiMatchQuery #36488

Merged
merged 3 commits into from Dec 13, 2018

Commits on Dec 11, 2018

  1. Remove useDisMax from MultiMatchQuery

    The getters and setters for useDisMax() have been deprecated since at least 6.0,
    also there hasn't been any reference to the query parameter in the
    documentation. Removing it from the builder and tests and replacing it with
    `tieBreaker(1.0f)` where necessary.
    Christoph Büscher committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    7a37f91 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. iter

    Christoph Büscher committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    c87e135 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into remove-MultiMatch-disMax

    Christoph Büscher committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    d3c5497 View commit details
    Browse the repository at this point in the history