[med-svn] [r-cran-solrium] branch upstream updated (1a3674a -> 51f39e7)

Andreas Tille tille at debian.org
Thu Nov 9 13:36:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch upstream
in repository r-cran-solrium.

      from  1a3674a   New upstream version 0.4.0
       new  51f39e7   New upstream version 1.0.0

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


Summary of changes:
 DESCRIPTION                              |   22 +-
 LICENSE                                  |    2 +-
 MD5                                      |  305 ++++-----
 NAMESPACE                                |   20 +-
 NEWS.md                                  |   45 +-
 R/SolrClient.R                           | 1013 ++++++++++++++++++++++++++++++
 R/add.R                                  |   90 ++-
 R/check_args_helpers.R                   |  102 +++
 R/collection_addreplica.R                |   38 +-
 R/collection_addreplicaprop.R            |   60 +-
 R/collection_addrole.R                   |   23 +-
 R/collection_balanceshardunique.R        |   57 +-
 R/collection_clusterprop.R               |   42 +-
 R/collection_clusterstatus.R             |   34 +-
 R/collection_create.R                    |   78 +--
 R/collection_createalias.R               |   31 +-
 R/collection_createshard.R               |   32 +-
 R/collection_delete.R                    |   27 +-
 R/collection_deletealias.R               |   33 +-
 R/collection_deletereplica.R             |   42 +-
 R/collection_deletereplicaprop.R         |   50 +-
 R/collection_deleteshard.R               |   35 +-
 R/collection_exists.R                    |   31 +-
 R/collection_list.R                      |   23 +-
 R/collection_migrate.R                   |   41 +-
 R/collection_overseerstatus.R            |   26 +-
 R/collection_rebalanceleaders.R          |   52 +-
 R/collection_reload.R                    |   26 +-
 R/collection_removerole.R                |   28 +-
 R/collection_requeststatus.R             |   38 +-
 R/collection_splitshard.R                |   44 +-
 R/collections.R                          |   39 +-
 R/commit.R                               |   48 +-
 R/config_get.R                           |   33 +-
 R/config_overlay.R                       |   29 +-
 R/config_params.R                        |   65 +-
 R/config_set.R                           |   43 +-
 R/connect.R                              |  164 -----
 R/content_types.R                        |   12 +
 R/core_create.R                          |   69 +-
 R/core_exists.R                          |   38 +-
 R/core_mergeindexes.R                    |   34 +-
 R/core_reload.R                          |   25 +-
 R/core_rename.R                          |   45 +-
 R/core_requeststatus.R                   |   22 +-
 R/core_split.R                           |   40 +-
 R/core_status.R                          |   31 +-
 R/core_swap.R                            |   59 +-
 R/core_unload.R                          |   49 +-
 R/delete.R                               |   57 +-
 R/optimize.R                             |   48 +-
 R/parsers.R                              |   60 +-
 R/ping.R                                 |   47 +-
 R/schema.R                               |   47 +-
 R/search_route_keys.R                    |   46 ++
 R/solr_all.r                             |   87 ++-
 R/solr_facet.r                           |  157 +++--
 R/solr_get.R                             |   43 +-
 R/solr_group.r                           |  126 ++--
 R/solr_highlight.r                       |   78 +--
 R/solr_mlt.r                             |   70 +--
 R/solr_search.r                          |  186 +++---
 R/solr_stats.r                           |   70 +--
 R/solrium-package.R                      |   30 +-
 R/update_atomic_json.R                   |   56 ++
 R/update_atomic_xml.R                    |   66 ++
 R/update_csv.R                           |   56 +-
 R/update_json.R                          |   47 +-
 R/update_xml.R                           |   46 +-
 R/zzz.r                                  |  227 ++++---
 README.md                                |  481 ++++++++------
 build/vignette.rds                       |  Bin 291 -> 292 bytes
 inst/doc/local_setup.Rmd                 |    4 +-
 inst/doc/local_setup.html                |    6 +-
 man/SolrClient.Rd                        |  155 +++++
 man/add.Rd                               |   36 +-
 man/collapse_pivot_names.Rd              |    1 -
 man/collectargs.Rd                       |   15 -
 man/collection_addreplica.Rd             |   28 +-
 man/collection_addreplicaprop.Rd         |   42 +-
 man/collection_addrole.Rd                |   13 +-
 man/collection_balanceshardunique.Rd     |   50 +-
 man/collection_clusterprop.Rd            |   32 +-
 man/collection_clusterstatus.Rd          |   29 +-
 man/collection_create.Rd                 |   39 +-
 man/collection_createalias.Rd            |   23 +-
 man/collection_createshard.Rd            |   27 +-
 man/collection_delete.Rd                 |   19 +-
 man/collection_deletealias.Rd            |   23 +-
 man/collection_deletereplica.Rd          |   23 +-
 man/collection_deletereplicaprop.Rd      |   43 +-
 man/collection_deleteshard.Rd            |   25 +-
 man/collection_exists.Rd                 |   17 +-
 man/collection_list.Rd                   |   18 +-
 man/collection_migrate.Rd                |   30 +-
 man/collection_overseerstatus.Rd         |   21 +-
 man/collection_rebalanceleaders.Rd       |   46 +-
 man/collection_reload.Rd                 |   19 +-
 man/collection_removerole.Rd             |   22 +-
 man/collection_requeststatus.Rd          |   35 +-
 man/collection_splitshard.Rd             |   36 +-
 man/collections.Rd                       |   25 +-
 man/commit.Rd                            |   31 +-
 man/config_get.Rd                        |   27 +-
 man/config_overlay.Rd                    |   13 +-
 man/config_params.Rd                     |   40 +-
 man/config_set.Rd                        |   23 +-
 man/core_create.Rd                       |   48 +-
 man/core_exists.Rd                       |   22 +-
 man/core_mergeindexes.Rd                 |   25 +-
 man/core_reload.Rd                       |   18 +-
 man/core_rename.Rd                       |   39 +-
 man/core_requeststatus.Rd                |   14 +-
 man/core_split.Rd                        |   31 +-
 man/core_status.Rd                       |   22 +-
 man/core_swap.Rd                         |   50 +-
 man/core_unload.Rd                       |   29 +-
 man/delete.Rd                            |   31 +-
 man/is-sr.Rd                             |    1 -
 man/makemultiargs.Rd                     |    5 +-
 man/optimize.Rd                          |   48 --
 man/ping.Rd                              |   28 +-
 man/pivot_flatten_tabular.Rd             |    1 -
 man/schema.Rd                            |   44 +-
 man/solr_all.Rd                          |  182 +++---
 man/solr_connect.Rd                      |   58 --
 man/solr_facet.Rd                        |  366 +++++------
 man/solr_get.Rd                          |   33 +-
 man/solr_group.Rd                        |  205 +++---
 man/solr_highlight.Rd                    |  316 ++++------
 man/solr_mlt.Rd                          |  140 ++---
 man/solr_optimize.Rd                     |   50 ++
 man/solr_parse.Rd                        |   21 +-
 man/solr_search.Rd                       |  266 ++++----
 man/solr_stats.Rd                        |   90 +--
 man/solrium-package.Rd                   |   46 +-
 man/update_atomic_json.Rd                |   72 +++
 man/update_atomic_xml.Rd                 |   78 +++
 man/update_csv.Rd                        |   45 +-
 man/update_json.Rd                       |   44 +-
 man/update_xml.Rd                        |   48 +-
 tests/testthat/helper-solrium.R          |   18 +
 tests/testthat/test-add.R                |   42 ++
 tests/testthat/test-client.R             |   46 ++
 tests/testthat/test-collections.R        |   47 ++
 tests/testthat/test-core_create.R        |   15 +-
 tests/testthat/test-delete.R             |   55 ++
 tests/testthat/test-errors.R             |   51 +-
 tests/testthat/test-ping.R               |   57 +-
 tests/testthat/test-schema.R             |   50 +-
 tests/testthat/test-solr_all.R           |  120 ++--
 tests/testthat/test-solr_connect.R       |   50 --
 tests/testthat/test-solr_error.R         |   41 +-
 tests/testthat/test-solr_facet.r         |   91 +--
 tests/testthat/test-solr_get.R           |   43 ++
 tests/testthat/test-solr_goup.R          |   59 ++
 tests/testthat/test-solr_group.r         |   39 --
 tests/testthat/test-solr_highlight.r     |   44 +-
 tests/testthat/test-solr_mlt.r           |   91 ++-
 tests/testthat/test-solr_search.r        |  151 +++--
 tests/testthat/test-solr_settings.R      |   31 -
 tests/testthat/test-solr_stats.r         |   95 +--
 tests/testthat/test-update_atomic_json.R |   41 ++
 tests/testthat/test-update_atomic_xml.R  |   56 ++
 tests/testthat/test-update_csv.R         |   35 ++
 tests/testthat/test-update_json.R        |   33 +
 tests/testthat/test-update_xml.R         |   33 +
 vignettes/local_setup.Rmd                |    4 +-
 168 files changed, 6136 insertions(+), 4320 deletions(-)
 create mode 100644 R/SolrClient.R
 create mode 100644 R/check_args_helpers.R
 delete mode 100644 R/connect.R
 create mode 100644 R/content_types.R
 create mode 100644 R/search_route_keys.R
 create mode 100644 R/update_atomic_json.R
 create mode 100644 R/update_atomic_xml.R
 create mode 100644 man/SolrClient.Rd
 delete mode 100644 man/collectargs.Rd
 delete mode 100644 man/optimize.Rd
 delete mode 100644 man/solr_connect.Rd
 create mode 100644 man/solr_optimize.Rd
 create mode 100644 man/update_atomic_json.Rd
 create mode 100644 man/update_atomic_xml.Rd
 create mode 100644 tests/testthat/helper-solrium.R
 create mode 100644 tests/testthat/test-add.R
 create mode 100644 tests/testthat/test-client.R
 create mode 100644 tests/testthat/test-collections.R
 create mode 100644 tests/testthat/test-delete.R
 delete mode 100644 tests/testthat/test-solr_connect.R
 create mode 100644 tests/testthat/test-solr_get.R
 create mode 100644 tests/testthat/test-solr_goup.R
 delete mode 100644 tests/testthat/test-solr_group.r
 delete mode 100644 tests/testthat/test-solr_settings.R
 create mode 100644 tests/testthat/test-update_atomic_json.R
 create mode 100644 tests/testthat/test-update_atomic_xml.R
 create mode 100644 tests/testthat/test-update_csv.R
 create mode 100644 tests/testthat/test-update_json.R
 create mode 100644 tests/testthat/test-update_xml.R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-solrium.git



More information about the debian-med-commit mailing list