[
https://issues.apache.org/jira/browse/LUCENE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404537#comment-16404537
]
Adrien Grand commented on LUCENE-8207:
--------------------------------------
If half your searches are case-insensitive, then a better approach would be to
index the field twice: once preserving case, and once with lowercasing. This
will make your queries more efficient.
> Add case insensitive support to RegExp
> --------------------------------------
>
> Key: LUCENE-8207
> URL: https://issues.apache.org/jira/browse/LUCENE-8207
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/search
> Reporter: Vincent Arnaud
> Priority: Major
> Attachments: LUCENE-8207.patch
>
>
> This ticket proposes to add case insensitive flag _(?i)_ as in Java to RegExp.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]