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

Add an option to split keyword field on whitespace at query time #30691

Merged
merged 6 commits into from
Jun 1, 2018

Commits on May 17, 2018

  1. Add an option to split keyword field on whitespace

    This change adds an option named `split_queries_on_whitespace` to the `keyword`
    field type. When set to true full text queries (`match`, `multi_match`, `query_string`, ...) that target the field
    will split the input on whitespace to build the query terms. Defaults to `false`.
    Closes elastic#30393
    jimczi committed May 17, 2018
    Configuration menu
    Copy the full SHA
    11eafaf View commit details
    Browse the repository at this point in the history
  2. fix style

    jimczi committed May 17, 2018
    Configuration menu
    Copy the full SHA
    ca01f48 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

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

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    aa95a16 View commit details
    Browse the repository at this point in the history
  2. fix compil after merge

    jimczi committed May 31, 2018
    Configuration menu
    Copy the full SHA
    38a8ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58384d8 View commit details
    Browse the repository at this point in the history