wjp719 opened a new pull request, #11995:
URL: https://github.com/apache/lucene/pull/11995
when index sorting, fdt files needs to be decompressed and compressed
according to new doc id order. This pr wants to add a docId offset index, so
that we only copy origin fdt files to a new fdt file
wjp719 commented on PR #11995:
URL: https://github.com/apache/lucene/pull/11995#issuecomment-1336157571
@jpountz Hi, can you help to review this pr, thanks a lot
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
kwrightapache commented on issue #11883:
URL: https://github.com/apache/lucene/issues/11883#issuecomment-1336165599
Ok, GeoConcavePolygon has been updated on main, and all changes have been
pulled to branch_9x as well.
--
This is an automated message from the Apache Git Service.
To re
xtonik opened a new issue, #11996:
URL: https://github.com/apache/lucene/issues/11996
### Description
Custom implementation is neither correct (see below) nor efficient (due to
char array reallocation at least). True reason of creation custom
implementation is according to related [g