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

[Bug] fix case sensitivity for wildcard queries #5462

Merged
merged 5 commits into from
Dec 8, 2022

Commits on Dec 8, 2022

  1. [Bug] fix case sensitivity for wildcard queries

    Fixes the wildcard query to not normalize the pattern when case_insensitive is
    set by the user. This is achieved by creating a new normalizedWildcardQuery
    method so that query_string queries (which do not support case sensitivity) can
    still normalize the pattern when the default analyzer is used; maintaining
    existing behavior.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    19dafad View commit details
    Browse the repository at this point in the history
  2. update changelog

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    bb08f52 View commit details
    Browse the repository at this point in the history
  3. fix test error message failure

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    848ef8d View commit details
    Browse the repository at this point in the history
  4. update SearchQueryIT to properly test wildcard query case sensitivity

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1ec159a View commit details
    Browse the repository at this point in the history
  5. update javadocs for new wildcard methods

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7e73510 View commit details
    Browse the repository at this point in the history