-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: core/queryparser
-
Labels:None
-
Lucene Fields:New
LUCENE-9386 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.
- is blocked by
-
LUCENE-9528 Clean up obsolete and commented-out cruft from StandardSyntaxParser.jj
-
- Resolved
-
-
LUCENE-9526 Update javacc to the latest version
-
- Resolved
-
- links to