You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2019/12/09 15:49:10 UTC

[lucene-solr] branch gradle-master updated (564a2b7 -> f853d99)

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

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


    from 564a2b7  Speed up test filtering by a lot by upgrading to rr 2.7.5.
     add 86cab79  SOLR-13979: Expose separate metrics for distributed and non-distributed requests.
     add 49631ac  LUCENE-8996: maxScore was sometimes missing from distributed grouped responses. (Julien Massenet, Diego Ceccarelli, Munendra S N, Christine Poerschke)
     add df933f8  SOLR-14030: fix 2 javac warnings: [dep-ann] deprecated item is not annotated with @Deprecated
     new f853d99  Merge remote-tracking branch 'origin/master' into gradle-master

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:
 lucene/CHANGES.txt                                  |  3 +++
 .../apache/lucene/search/grouping/TopGroups.java    | 21 +++++++++++++++++----
 .../lucene/search/grouping/TopGroupsTest.java       | 10 +++-------
 solr/CHANGES.txt                                    |  2 ++
 .../org/apache/solr/handler/RequestHandlerBase.java | 21 +++++++++++++++++++--
 .../src/performance-statistics-reference.adoc       | 14 ++++++++++++++
 .../solr/client/solrj/request/UpdateRequest.java    |  1 +
 .../org/apache/solr/common/params/CommonParams.java |  1 +
 8 files changed, 60 insertions(+), 13 deletions(-)


[lucene-solr] 01/01: Merge remote-tracking branch 'origin/master' into gradle-master

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

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

commit f853d994ecc35bb21bcf74fa68dbd9c5fcb0eb8b
Merge: 564a2b7 df933f8
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Mon Dec 9 16:48:21 2019 +0100

    Merge remote-tracking branch 'origin/master' into gradle-master

 lucene/CHANGES.txt                                  |  3 +++
 .../apache/lucene/search/grouping/TopGroups.java    | 21 +++++++++++++++++----
 .../lucene/search/grouping/TopGroupsTest.java       | 10 +++-------
 solr/CHANGES.txt                                    |  2 ++
 .../org/apache/solr/handler/RequestHandlerBase.java | 21 +++++++++++++++++++--
 .../src/performance-statistics-reference.adoc       | 14 ++++++++++++++
 .../solr/client/solrj/request/UpdateRequest.java    |  1 +
 .../org/apache/solr/common/params/CommonParams.java |  1 +
 8 files changed, 60 insertions(+), 13 deletions(-)