[GitHub] [lucene-solr] jpountz commented on a change in pull request #1541: RegExp - add case insensitive matching option

2020-07-07 Thread GitBox
jpountz commented on a change in pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r450944716 ## File path: lucene/core/src/java/org/apache/lucene/search/RegexpQuery.java ## @@ -96,16 +96,46 @@ public RegexpQuery(Term term, int flags, int

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1541: RegExp - add case insensitive matching option

2020-06-16 Thread GitBox
jpountz commented on a change in pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r440900284 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java ## @@ -489,6 +497,19 @@ public RegExp(String s) throws