jpountz commented on code in PR #12685: URL: https://github.com/apache/lucene/pull/12685#discussion_r1365023966
########## lucene/CHANGES.txt: ########## @@ -147,9 +147,13 @@ API Changes New Features --------------------- + * GITHUB#12548: Added similarityToQueryVector API to compute vector similarity scores with DoubleValuesSource. (Shubham Chaudhary) +* GITHUB#12685: Lucene now records if documents have been indexed as blocks in SegmentInfo. This is recorded on a per + segment basis and will preserved across merges and is exposed via LeafReaderMetadata. (Simon Willnauer) Review Comment: Did you mean to add a "be" or something like that? ```suggestion segment basis, is preserved across merges and is exposed via LeafReaderMetadata. (Simon Willnauer) ``` -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org