#10426 added a case insensitive matching option to RegExpQuery.
This proposal is to extend the QueryParser syntax to allow for an optional i (case Insensitive) flag to appear on the end of regular expressions e.g. /Foo/i
This is regex syntax supported by a number of programming languages.
Migrated from LUCENE-9445 by Mark Harwood (@markharwood), updated Sep 17 2020
Linked issues:
Pull requests: apache/lucene-solr#1708