benwtrent commented on code in PR #15753: URL: https://github.com/apache/lucene/pull/15753#discussion_r2841642505
########## lucene/CHANGES.txt: ########## @@ -857,13 +850,14 @@ Improvements * GITHUB#14239: Hunspell's option to tolerate affix rule count mismatches was improved to tolerate more instances of this problem. (Robert Muir) - * GITHUB#14238: Improve test coverage of Dynamic Range Faceting. (John Houser) * GITHUB#14213: Allowing indexing stored-only StoredField directly from DataInput. (Tim Brooks) * GITHUB#14364: Completion FSTs to be loaded off-heap at all times. (Luca Cavanna) +* GITHUB#15753: Add Case Insensitive makeChar and makeString to Automata. (John Wagster) Review Comment: I think this changes is in the wrong place. 10.5 seems the correct place right? -- 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]
