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

ESQL: Fix single value query #102317

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Commits on Nov 16, 2023

  1. ESQL: Fix single value query

    This fixes the lucene query that we use to push "is this a single valued
    field?" into lucene. In particular, it was erroniously turning itself
    into a noop any time it saw a field that could have either 0 or 1 value
    per document. It's right and good for the query to noop itself only when
    a field can only have 1 value per document. This adds logic to check for
    that.
    
    Closes elastic#102298
    nik9000 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a10ddce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd9539f View commit details
    Browse the repository at this point in the history