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 exclusion option to keep_types token filter #32012

Merged
merged 5 commits into from
Jul 17, 2018

Commits on Jul 12, 2018

  1. Add exclusion option to keep_types token filter

    Currently the `keep_types` token filter includes all token types specified using
    its `types` parameter. Lucenes TypeTokenFilter also provides a second mode where
    instead of keeping the specified tokens (include) they are filtered out
    (exclude). This change exposes this option as a new `mode` parameter that can
    either take the values `include` (the default, if not specified) or `exclude`.
    
    Closes elastic#29277
    Christoph Büscher committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    9e13202 View commit details
    Browse the repository at this point in the history
  2. iter

    Christoph Büscher committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    302303e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Improve exception message

    Christoph Büscher committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    cbc738c View commit details
    Browse the repository at this point in the history
  2. iter

    Christoph Büscher committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    a33a32c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into keepToken_exclude

    Christoph Büscher committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    f83701d View commit details
    Browse the repository at this point in the history