slow-J commented on code in PR #12864: URL: https://github.com/apache/lucene/pull/12864#discussion_r1416300070
########## lucene/CHANGES.txt: ########## @@ -7,7 +7,8 @@ http://s.apache.org/luceneversions API Changes --------------------- -(No changes) +* GITHUB#12243: Mark TermInSetQuery ctors with varargs terms as @Deprecated. SortedSetDocValuesField#newSlowSetQuery, +SortedDocValuesField#newSlowSetQuery, KeywordField#newSetQuery now take a collection of terms as a param. (Jakub Slowinski) Review Comment: Good catch :D You mean on the second line, 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]
