markharwood opened a new pull request #1541:
URL: https://github.com/apache/lucene-solr/pull/1541


   Relates to Jira issue 
[9386](https://issues.apache.org/jira/projects/LUCENE/issues/LUCENE-9386)
   
   Added a new CASE_INSENSITIVE option to the existing flags.
   The RegExp class is a little strange because instances represent either the 
parser or the parsed objects it nests in a tree. The `flags` field is only 
relevant to the root parser and was left blank in all parsed nodes. This PR's 
changes require that the flags int is propagated to all nodes so that they can 
see if it includes the case insensitive option (all other bits in the flag 
represent parsing options so there was no need to propagate before).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to