Skip to content

Commit

Permalink
Unicode Support for Case Insensitive Matching in RegExp (#14192)
Browse files Browse the repository at this point in the history
Added support for case insensitive matching across the full range of Unicode characters.
  • Loading branch information
john-wagster authored Feb 19, 2025
1 parent 8afb13a commit 7c050f9
Show file tree
Hide file tree
Showing 6 changed files with 1,012 additions and 29 deletions.
4 changes: 3 additions & 1 deletion lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ Improvements
the wrapped analyzer's strategy to decide if components can be reused or need
to be updated. (Mayya Sharipova)

* GITHUB#14192: Added support for RegExp to handle case insensitive matching
across the full set of Unicode characters. (John Wagster)

* GITHUB#14239: Hunspell's option to tolerate affix rule count mismatches was
improved to tolerate more instances of this problem. (Robert Muir)


Optimizations
---------------------

Expand Down
Loading

0 comments on commit 7c050f9

Please sign in to comment.