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/30 08:26:33 UTC

[lucene-solr] branch gradle-master updated (11a946d -> d79b678)

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 11a946d  Merge remote-tracking branch 'origin/master' into gradle-master
     add 3f29fe0  SOLR-13808: caching {!bool filter=..} by default.
     add 3ae1a0b  SOLR-13808: remove redundant @Repeat
     add 1cb6e35  SOLR-14141: eliminate JKS keystore from solr ssl docs.
     add d4e8a90  DOAP changes for release 8.4.0
     add ca6bd36  Add back-compat indices for 8.4.0
     new d79b678  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:
 dev-tools/doap/lucene.rdf                          |   7 ++
 dev-tools/doap/solr.rdf                            |   7 ++
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +-
 .../org/apache/lucene/index/index.8.4.0-cfs.zip    | Bin 0 -> 15452 bytes
 .../org/apache/lucene/index/index.8.4.0-nocfs.zip  | Bin 0 -> 15471 bytes
 .../test/org/apache/lucene/index/sorted.8.4.0.zip  | Bin 0 -> 93321 bytes
 solr/CHANGES.txt                                   |   4 ++
 solr/bin/solr.in.cmd                               |   4 +-
 solr/bin/solr.in.sh                                |   4 +-
 .../org/apache/solr/search/BoolQParserPlugin.java  |  14 +++-
 .../apache/solr/search/json/TestJsonRequest.java   |  80 ++++++++++++++++++---
 solr/server/etc/jetty-ssl.xml                      |   4 +-
 solr/solr-ref-guide/src/enabling-ssl.adoc          |  37 +++-------
 ...onitoring-solr-with-prometheus-and-grafana.adoc |   2 +-
 solr/solr-ref-guide/src/other-parsers.adoc         |   2 +-
 15 files changed, 123 insertions(+), 49 deletions(-)
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.4.0-cfs.zip
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/index.8.4.0-nocfs.zip
 create mode 100644 lucene/backward-codecs/src/test/org/apache/lucene/index/sorted.8.4.0.zip


[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 d79b678b3934c4bf9a75f5894a5f8198517418d2
Merge: 11a946d ca6bd36
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Mon Dec 30 09:24:46 2019 +0100

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

 dev-tools/doap/lucene.rdf                          |   7 ++
 dev-tools/doap/solr.rdf                            |   7 ++
 .../lucene/index/TestBackwardsCompatibility.java   |   7 +-
 .../org/apache/lucene/index/index.8.4.0-cfs.zip    | Bin 0 -> 15452 bytes
 .../org/apache/lucene/index/index.8.4.0-nocfs.zip  | Bin 0 -> 15471 bytes
 .../test/org/apache/lucene/index/sorted.8.4.0.zip  | Bin 0 -> 93321 bytes
 solr/CHANGES.txt                                   |   4 ++
 solr/bin/solr.in.cmd                               |   4 +-
 solr/bin/solr.in.sh                                |   4 +-
 .../org/apache/solr/search/BoolQParserPlugin.java  |  14 +++-
 .../apache/solr/search/json/TestJsonRequest.java   |  80 ++++++++++++++++++---
 solr/server/etc/jetty-ssl.xml                      |   4 +-
 solr/solr-ref-guide/src/enabling-ssl.adoc          |  37 +++-------
 ...onitoring-solr-with-prometheus-and-grafana.adoc |   2 +-
 solr/solr-ref-guide/src/other-parsers.adoc         |   2 +-
 15 files changed, 123 insertions(+), 49 deletions(-)