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 Lucene compliant regex filter expression #675

Merged
merged 35 commits into from
Oct 29, 2024

Commits on Oct 28, 2024

  1. Rebase

    djkhl authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    21acdd5 View commit details
    Browse the repository at this point in the history
  2. Adding lucine compliance unit test for development

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    24ad37f View commit details
    Browse the repository at this point in the history
  3. Adding lucene compliance for filter parsing of a rule.

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a1f2f47 View commit details
    Browse the repository at this point in the history
  4. Adding logger with deprecation warning for regex_fields

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e33bebd View commit details
    Browse the repository at this point in the history
  5. Add comment and documentation for lucene regex filter annotation

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    af3524e View commit details
    Browse the repository at this point in the history
  6. Quickfix for lucene regex filter

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    62a777a View commit details
    Browse the repository at this point in the history
  7. Adjusting Format

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7988810 View commit details
    Browse the repository at this point in the history
  8. Adjusting Format 2

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6815fb4 View commit details
    Browse the repository at this point in the history
  9. Adjusting Format 3

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8e98add View commit details
    Browse the repository at this point in the history
  10. Attempting to remove indeces for regex filter string

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ff0071c View commit details
    Browse the repository at this point in the history
  11. Adding notebook for lucene regex filter development

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7695373 View commit details
    Browse the repository at this point in the history
  12. WIP notebook for lucene regex filter development

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fdf8c37 View commit details
    Browse the repository at this point in the history
  13. Adding Notebook for lucene regex filter testing.

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a6fcb3e View commit details
    Browse the repository at this point in the history
  14. Adding Notebook for lucene regex filter testing same results as unit …

    …test
    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1c8a302 View commit details
    Browse the repository at this point in the history
  15. Adding first running version of lucene regex filter

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5a3d347 View commit details
    Browse the repository at this point in the history
  16. Improving notebook for lucene conform regex filter.

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    dbf63d2 View commit details
    Browse the repository at this point in the history
  17. Improving notebook for lucene conform regex filter 2.

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b88683d View commit details
    Browse the repository at this point in the history
  18. Slight improve

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9d0ce73 View commit details
    Browse the repository at this point in the history
  19. Bug fix in regex notebook.

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    04a0a09 View commit details
    Browse the repository at this point in the history
  20. Adding Deprecated Warning

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    74361b5 View commit details
    Browse the repository at this point in the history
  21. Removing temporary test

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    41b0e6a View commit details
    Browse the repository at this point in the history
  22. Adding rule tests for lucene compliance

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d6dc4c4 View commit details
    Browse the repository at this point in the history
  23. Black formatting

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5b190b3 View commit details
    Browse the repository at this point in the history
  24. Black formatting

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4adeb42 View commit details
    Browse the repository at this point in the history
  25. Remove prototypey

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    002e09a View commit details
    Browse the repository at this point in the history
  26. add changelog entry and some prototypey things that actually do nothi…

    …ng yet
    djkhl authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c1fb5ad View commit details
    Browse the repository at this point in the history
  27. Adding lucine compliance unit test for development

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    029766d View commit details
    Browse the repository at this point in the history
  28. Adding lucene compliance for filter parsing of a rule.

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e14fe60 View commit details
    Browse the repository at this point in the history
  29. Quickfix for lucene regex filter

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    68aa1ca View commit details
    Browse the repository at this point in the history
  30. Adjusting Format 2

    fabian-moessner authored and MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    148b36c View commit details
    Browse the repository at this point in the history
  31. Adding Deprecated Warning

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e62f4be View commit details
    Browse the repository at this point in the history
  32. Black formatting

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6675c41 View commit details
    Browse the repository at this point in the history
  33. Add documentation

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    308482d View commit details
    Browse the repository at this point in the history
  34. Delete prototypeclass

    MoessnerFabian(Group) committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4adb5d4 View commit details
    Browse the repository at this point in the history
  35. add notebook to documentation

    djkhl committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    42bf7d2 View commit details
    Browse the repository at this point in the history