mocobeta commented on pull request #90:
URL: https://github.com/apache/lucene/pull/90#issuecomment-821911241
@jpountz Could you take a look at this.
--
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
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324302#comment-17324302
]
David Smiley commented on LUCENE-9836:
--
I'm a bit confused what's going away. Woul
neoremind opened a new pull request #91:
URL: https://github.com/apache/lucene/pull/91
https://issues.apache.org/jira/browse/LUCENE-9932
# Description
In BKD index building, the input bytes must be sorted before calling BKD
writer related API. The sorting method leverages MSB
[
https://issues.apache.org/jira/browse/LUCENE-9932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
neoremind updated LUCENE-9932:
--
Attachment: benchmark_data.png
Description:
In BKD index building, the input bytes must be sorted
neoremind created LUCENE-9932:
-
Summary: Performance improvement for BKD index building
Key: LUCENE-9932
URL: https://issues.apache.org/jira/browse/LUCENE-9932
Project: Lucene - Core
Issue Type:
mocobeta opened a new pull request #90:
URL: https://github.com/apache/lucene/pull/90
It seems that the javadocs needs to be revised. I've tried to reflect the
changes in https://github.com/apache/lucene-solr/pull/1473 to the format
description.
**generated javadocs with the patch**
jpountz commented on a change in pull request #85:
URL: https://github.com/apache/lucene/pull/85#discussion_r615246017
##
File path:
lucene/core/src/java/org/apache/lucene/util/packed/MonotonicBlockPackedReader.java
##
@@ -72,24 +75,44 @@ private MonotonicBlockPackedReader(
iverase commented on pull request #85:
URL: https://github.com/apache/lucene/pull/85#issuecomment-821781482
Thanks @jpountz, I did not realise about that constraint.
I took a different approach: Similarly to `Packed64`, I read the data into a
backing byte array and implement a get me