You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2020/09/04 15:45:53 UTC

[lucene-solr] branch jira/solr-14792 updated (e94b830 -> 07ff4d2)

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

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


    from e94b830  Remove velocity ref guide docs
     add eccf6c9  SOLR-14658: SolrJ collectionStatus(col) should only fetch one status (#1687)
     add 728c87a  LUCENE-9505: add dummy outputs. (#1829)
     add 6c19099  SOLR-14704 add download option to cloud.sh (#1715)
     add 07ff4d2  LUCENE-9451 Sort.rewrite does not always return this when unchanged (#1731)

No new revisions were added by this update.

Summary of changes:
 gradle/defaults.gradle                             | 12 +++++++
 gradle/validation/ecj-lint.gradle                  |  7 ++--
 gradle/validation/gradlew-scripts-tweaked.gradle   |  6 ++--
 gradle/validation/validate-log-calls.gradle        | 10 +++---
 gradle/validation/validate-source-patterns.gradle  | 12 +++----
 .../apache/lucene/search/DoubleValuesSource.java   | 11 ++++---
 .../org/apache/lucene/search/LongValuesSource.java |  6 +++-
 .../src/java/org/apache/lucene/search/Sort.java    |  2 +-
 .../lucene/search/TestDoubleValuesSource.java      |  5 +++
 .../apache/lucene/search/TestLongValuesSource.java |  6 ++++
 .../test/org/apache/lucene/search/TestSort.java    | 24 ++++++++++++--
 solr/CHANGES.txt                                   |  3 ++
 solr/cloud-dev/cloud.sh                            | 23 +++++++++-----
 .../solr/handler/admin/CollectionsHandler.java     |  5 +--
 .../apache/solr/cloud/CollectionsAPISolrJTest.java | 37 ++++++++++++++++++++++
 .../solrj/request/CollectionAdminRequest.java      | 22 +++++++++++--
 16 files changed, 149 insertions(+), 42 deletions(-)