This is an automated email from the ASF dual-hosted git repository.
thomasm pushed a change to branch OAK-9790
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 191a4edc23 Merge pull request #614 from Ewocker/index-parallel
add 1104ae56b2 OAK-9790 Implement parallel indexing - apply PR comments
No new revisions were added by this update.
Summary of changes:
.../apache/jackrabbit/oak/commons/Compression.java | 16 ++++++++
.../jackrabbit/oak/commons/sort/ExternalSort.java | 13 ++----
.../index/progress/IndexingProgressReporter.java | 4 +-
.../index/lucene/writer/IndexWriterUtils.java | 8 +++-
.../indexer/document/DocumentStoreIndexerBase.java | 13 +++---
.../index/indexer/document/NodeStateIndexer.java | 11 ++++-
.../document/flatfile/FlatFileSplitter.java | 48 +++++++++++-----------
.../plugins/index/elastic/ElasticConnection.java | 5 ++-
8 files changed, 73 insertions(+), 45 deletions(-)