john-wagster opened a new pull request, #15753: URL: https://github.com/apache/lucene/pull/15753
Expands Automata to allow case insensitive `makeChar` and `makeString` this is useful for consistency across RegExp, WildcardQuery, TermQuery, and PrefixQuery for case folding where it may make sense to, for instance, subsequently allow case insensitive wild card matching. I thought about adding a case insensitive variants for other functions in this class but didn't think it made sense yet; feedback on this is welcome. My thinking is extending additional functions such as `makeCharSet` and `makeCharClass` in Automata with a case insensitive flag would be beneficial in optimization so could be added subsequently. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
