You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/08/01 00:35:25 UTC

[lucene-solr] branch jira/SOLR-13650 updated (24039e6 -> 4173b2a)

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

noble pushed a change to branch jira/SOLR-13650
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 24039e6  SOLR-13650: support for named packages
     add 29f941b  LUCENE-8931: Remove Custom ScoreDoc Equality Method (#806)
     add 3e2ca05  LUCENE-8927: Set.copyOf and Set.of instead of Collections.unmodifiabl… (#796)
     add 90dd3f7  LUCENE-8927: Fixing precommit / removing unused import
     add c209889  SOLR-13637: Using google common's ImmutableMap instead of carrot's
     add 6a6c493  DOAP changes for release 8.2.0
     add 846d188  Add back-compat indices for 8.2.0
     add 42fadbf  LUCENE-8915 : Improve Javadocs for RateLimiter and SimpleRateLimiter (#789)
     add 1c0f4b5  Add end tag for version
     add 16ec64f  Add next minor version 8.3.0
     new 4173b2a  Merge branch 'master' into jira/SOLR-13650

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dev-tools/doap/lucene.rdf                          |   7 +++++++
 dev-tools/doap/solr.rdf                            |   7 +++++++
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.8.2.0-cfs.zip    | Bin 0 -> 15617 bytes
 .../org/apache/lucene/index/index.8.2.0-nocfs.zip  | Bin 0 -> 15630 bytes
 .../test/org/apache/lucene/index/sorted.8.2.0.zip  | Bin 0 -> 131154 bytes
 .../benchmark/byTask/feeds/DemoHTMLParser.java     |  21 +++++++--------------
 .../java/org/apache/lucene/index/FieldInfos.java   |   2 +-
 .../java/org/apache/lucene/store/FSDirectory.java  |   2 +-
 .../java/org/apache/lucene/store/RateLimiter.java  |  12 +++++++-----
 .../src/java/org/apache/lucene/util/Version.java   |   7 +++++++
 .../TestTopFieldCollectorEarlyTermination.java     |  12 +-----------
 .../apache/lucene/replicator/nrt/PrimaryNode.java  |   2 +-
 .../org/apache/lucene/util/LuceneTestCase.java     |   7 +++----
 .../solr/handler/TestContainerReqHandler.java      |   3 ++-
 15 files changed, 49 insertions(+), 40 deletions(-)
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.2.0-cfs.zip
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.2.0-nocfs.zip
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.2.0.zip


[lucene-solr] 01/01: Merge branch 'master' into jira/SOLR-13650

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch jira/SOLR-13650
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 4173b2a15a429391d8fcc1a86a7e4a3495fd9810
Merge: 24039e6 16ec64f
Author: noble <no...@apache.org>
AuthorDate: Thu Aug 1 10:34:17 2019 +1000

    Merge branch 'master' into jira/SOLR-13650
    
    sync with master

 dev-tools/doap/lucene.rdf                          |   7 +++++++
 dev-tools/doap/solr.rdf                            |   7 +++++++
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +++++--
 .../org/apache/lucene/index/index.8.2.0-cfs.zip    | Bin 0 -> 15617 bytes
 .../org/apache/lucene/index/index.8.2.0-nocfs.zip  | Bin 0 -> 15630 bytes
 .../test/org/apache/lucene/index/sorted.8.2.0.zip  | Bin 0 -> 131154 bytes
 .../benchmark/byTask/feeds/DemoHTMLParser.java     |  21 +++++++--------------
 .../java/org/apache/lucene/index/FieldInfos.java   |   2 +-
 .../java/org/apache/lucene/store/FSDirectory.java  |   2 +-
 .../java/org/apache/lucene/store/RateLimiter.java  |  12 +++++++-----
 .../src/java/org/apache/lucene/util/Version.java   |   7 +++++++
 .../TestTopFieldCollectorEarlyTermination.java     |  12 +-----------
 .../apache/lucene/replicator/nrt/PrimaryNode.java  |   2 +-
 .../org/apache/lucene/util/LuceneTestCase.java     |   7 +++----
 .../solr/handler/TestContainerReqHandler.java      |   3 ++-
 15 files changed, 49 insertions(+), 40 deletions(-)