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

Forbid negative field boosts in analyzed queries #37930

Merged
merged 6 commits into from
Feb 1, 2019

Commits on Jan 28, 2019

  1. Forbid negative field boosts in analyzed queries

    This change forbids negative field boost in the `query_string`, `simple_query_string`
    and `multi_match` queries.
    Negative boosts are not allowed in Lucene 8 (scores must be positive).
    The backport of this change to 6x will turn the error into a deprecation warning
    in order to raise the awareness of this breaking change in 7.0.
    
    Closes elastic#33309
    jimczi committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    89e57f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    5559589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dd8047 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    852c1bb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    dee39df View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    a8e7013 View commit details
    Browse the repository at this point in the history