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

Search - add case insensitive support for regex queries. #59441

Merged
merged 9 commits into from
Aug 25, 2020

Commits on Aug 25, 2020

  1. Added case insensitive support for regex queries.

    Forks a copy of Lucene’s RegexpQuery and RegExp from Lucene master.
    This can be removed when 8.7 Lucene is released.
    markharwood committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    8888911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b2caa View commit details
    Browse the repository at this point in the history
  3. Test fixes

    markharwood committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    b4ed9d3 View commit details
    Browse the repository at this point in the history
  4. Unused import

    markharwood committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    261ab88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17efdae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e14985 View commit details
    Browse the repository at this point in the history
  7. Add leniency for BWC

    markharwood committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    7cf4657 View commit details
    Browse the repository at this point in the history
  8. Shifted BWC logic

    markharwood committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    8e8a39e View commit details
    Browse the repository at this point in the history
  9. Removed redundant code

    markharwood committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    fe7e745 View commit details
    Browse the repository at this point in the history