[GitHub] [lucene] wjp719 opened a new pull request, #11995: enable fully directly copy merge/flush fdt files when index sorting

2022-12-03 Thread GitBox
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

[GitHub] [lucene] wjp719 commented on pull request #11995: enable fully directly copy merge/flush fdt files when index sorting

2022-12-03 Thread GitBox
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

[GitHub] [lucene] kwrightapache commented on issue #11883: Spatial3d: Wrong intersection detected between small polygons

2022-12-03 Thread GitBox
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

[GitHub] [lucene] xtonik opened a new issue, #11996: Replace custom String constructor from codepoints with constructor within java.lang.String class.

2022-12-03 Thread GitBox
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