You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2020/08/26 08:27:30 UTC

[lucene-solr] branch master updated (f4c4fbc -> e6fa5a5)

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from f4c4fbc  SOLR-14752: Fix error in Zookeeper status when Prometheus plugin is enabled in ZK
     add e6fa5a5  LUCENE-9456: Move metadata about stored fields to the meta file. (#1752)

No new revisions were added by this update.

Summary of changes:
 .../compressing/CompressingStoredFieldsReader.java | 50 ++++++++++++++---
 .../compressing/CompressingStoredFieldsWriter.java | 33 +++++++----
 .../compressing/CompressingTermVectorsReader.java  | 65 ++++++++++++++++------
 .../compressing/CompressingTermVectorsWriter.java  | 32 +++++++----
 .../codecs/compressing/FieldsIndexReader.java      | 33 ++++-------
 .../codecs/compressing/FieldsIndexWriter.java      | 14 +----
 .../org/apache/lucene/index/TestIndexWriter.java   |  2 +-
 7 files changed, 146 insertions(+), 83 deletions(-)