[med-svn] [r-cran-solrium] 05/06: Updated version 0.4.0 from 'upstream/0.4.0'
Andreas Tille
tille at debian.org
Mon Oct 2 07:07:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-solrium.
commit 1fecc8fb9a2a2366ae7cba42faff4f07862b6712
Merge: aa39f97 1a3674a
Author: Andreas Tille <tille at debian.org>
Date: Mon Oct 2 09:05:04 2017 +0200
Updated version 0.4.0 from 'upstream/0.4.0'
with Debian dir 4ac154217fda2cd9affec0c4b174c7b2d3ecb4ca
DESCRIPTION | 24 +
LICENSE | 2 +
MD5 | 175 +++++++
NAMESPACE | 107 +++++
NEWS.md | 21 +
R/add.R | 98 ++++
R/classes.r | 15 +
R/collection_addreplica.R | 60 +++
R/collection_addreplicaprop.R | 52 +++
R/collection_addrole.R | 35 ++
R/collection_balanceshardunique.R | 46 ++
R/collection_clusterprop.R | 40 ++
R/collection_clusterstatus.R | 42 ++
R/collection_create.R | 98 ++++
R/collection_createalias.R | 29 ++
R/collection_createshard.R | 30 ++
R/collection_delete.R | 22 +
R/collection_deletealias.R | 25 +
R/collection_deletereplica.R | 55 +++
R/collection_deletereplicaprop.R | 51 +++
R/collection_deleteshard.R | 38 ++
R/collection_exists.R | 30 ++
R/collection_list.R | 21 +
R/collection_migrate.R | 48 ++
R/collection_overseerstatus.R | 33 ++
R/collection_rebalanceleaders.R | 46 ++
R/collection_reload.R | 22 +
R/collection_removerole.R | 30 ++
R/collection_requeststatus.R | 34 ++
R/collection_splitshard.R | 37 ++
R/collections.R | 33 ++
R/commit.R | 41 ++
R/config_get.R | 80 ++++
R/config_overlay.R | 30 ++
R/config_params.R | 68 +++
R/config_set.R | 44 ++
R/connect.R | 164 +++++++
R/core_create.R | 59 +++
R/core_exists.R | 30 ++
R/core_mergeindexes.R | 46 ++
R/core_reload.R | 31 ++
R/core_rename.R | 36 ++
R/core_requeststatus.R | 25 +
R/core_split.R | 120 +++++
R/core_status.R | 39 ++
R/core_swap.R | 54 +++
R/core_unload.R | 44 ++
R/delete.R | 59 +++
R/optimize.R | 42 ++
R/parsers.R | 686 ++++++++++++++++++++++++++++
R/ping.R | 53 +++
R/schema.R | 53 +++
R/solr_all.r | 77 ++++
R/solr_facet.r | 126 +++++
R/solr_get.R | 42 ++
R/solr_group.r | 107 +++++
R/solr_highlight.r | 76 ++++
R/solr_mlt.r | 62 +++
R/solr_search.r | 151 ++++++
R/solr_stats.r | 67 +++
R/solrium-package.R | 69 +++
R/update_csv.R | 45 ++
R/update_json.R | 50 ++
R/update_xml.R | 50 ++
R/zzz.r | 239 ++++++++++
README.md | 485 ++++++++++++++++++++
build/vignette.rds | Bin 0 -> 291 bytes
inst/doc/cores_collections.Rmd | 119 +++++
inst/doc/cores_collections.html | 310 +++++++++++++
inst/doc/document_management.Rmd | 318 +++++++++++++
inst/doc/document_management.html | 469 +++++++++++++++++++
inst/doc/local_setup.Rmd | 79 ++++
inst/doc/local_setup.html | 286 ++++++++++++
inst/doc/search.Rmd | 600 ++++++++++++++++++++++++
inst/doc/search.html | 759 +++++++++++++++++++++++++++++++
inst/examples/add_delete.json | 19 +
inst/examples/add_delete.xml | 19 +
inst/examples/books.csv | 11 +
inst/examples/books.json | 51 +++
inst/examples/books.xml | 50 ++
inst/examples/books2.json | 51 +++
inst/examples/books2_delete.json | 6 +
inst/examples/books2_delete.xml | 6 +
inst/examples/books_delete.json | 6 +
inst/examples/books_delete.xml | 6 +
inst/examples/schema.xml | 534 ++++++++++++++++++++++
inst/examples/solrconfig.xml | 583 ++++++++++++++++++++++++
inst/examples/updatecommands_add.json | 16 +
inst/examples/updatecommands_add.xml | 13 +
inst/examples/updatecommands_delete.json | 3 +
inst/examples/updatecommands_delete.xml | 1 +
man/add.Rd | 88 ++++
man/collapse_pivot_names.Rd | 24 +
man/collectargs.Rd | 15 +
man/collection_addreplica.Rd | 66 +++
man/collection_addreplicaprop.Rd | 56 +++
man/collection_addrole.Rd | 38 ++
man/collection_balanceshardunique.Rd | 49 ++
man/collection_clusterprop.Rd | 42 ++
man/collection_clusterstatus.Rd | 36 ++
man/collection_create.Rd | 106 +++++
man/collection_createalias.Rd | 31 ++
man/collection_createshard.Rd | 35 ++
man/collection_delete.Rd | 26 ++
man/collection_deletealias.Rd | 29 ++
man/collection_deletereplica.Rd | 59 +++
man/collection_deletereplicaprop.Rd | 55 +++
man/collection_deleteshard.Rd | 41 ++
man/collection_exists.Rd | 39 ++
man/collection_list.Rd | 24 +
man/collection_migrate.Rd | 54 +++
man/collection_overseerstatus.Rd | 34 ++
man/collection_rebalanceleaders.Rd | 49 ++
man/collection_reload.Rd | 26 ++
man/collection_removerole.Rd | 33 ++
man/collection_requeststatus.Rd | 36 ++
man/collection_splitshard.Rd | 44 ++
man/collections.Rd | 41 ++
man/commit.Rd | 47 ++
man/config_get.Rd | 67 +++
man/config_overlay.Rd | 38 ++
man/config_params.Rd | 61 +++
man/config_set.Rd | 52 +++
man/core_create.Rd | 66 +++
man/core_exists.Rd | 39 ++
man/core_mergeindexes.Rd | 48 ++
man/core_reload.Rd | 33 ++
man/core_rename.Rd | 40 ++
man/core_requeststatus.Rd | 28 ++
man/core_split.Rd | 84 ++++
man/core_status.Rd | 43 ++
man/core_swap.Rd | 57 +++
man/core_unload.Rd | 48 ++
man/delete.Rd | 65 +++
man/is-sr.Rd | 25 +
man/makemultiargs.Rd | 17 +
man/optimize.Rd | 48 ++
man/ping.Rd | 54 +++
man/pivot_flatten_tabular.Rd | 22 +
man/schema.Rd | 59 +++
man/solr_all.Rd | 141 ++++++
man/solr_connect.Rd | 58 +++
man/solr_facet.Rd | 366 +++++++++++++++
man/solr_get.Rd | 52 +++
man/solr_group.Rd | 166 +++++++
man/solr_highlight.Rd | 221 +++++++++
man/solr_mlt.Rd | 112 +++++
man/solr_parse.Rd | 45 ++
man/solr_search.Rd | 202 ++++++++
man/solr_stats.Rd | 91 ++++
man/solrium-package.Rd | 72 +++
man/update_csv.Rd | 120 +++++
man/update_json.Rd | 90 ++++
man/update_xml.Rd | 89 ++++
tests/cloud_mode/test-add.R | 25 +
tests/cloud_mode/test-collections.R | 24 +
tests/standard_mode/test-core_create.R | 31 ++
tests/test-all.R | 2 +
tests/testthat/test-core_create.R | 33 ++
tests/testthat/test-errors.R | 50 ++
tests/testthat/test-ping.R | 35 ++
tests/testthat/test-schema.R | 36 ++
tests/testthat/test-solr_all.R | 86 ++++
tests/testthat/test-solr_connect.R | 50 ++
tests/testthat/test-solr_error.R | 49 ++
tests/testthat/test-solr_facet.r | 69 +++
tests/testthat/test-solr_group.r | 39 ++
tests/testthat/test-solr_highlight.r | 25 +
tests/testthat/test-solr_mlt.r | 35 ++
tests/testthat/test-solr_search.r | 100 ++++
tests/testthat/test-solr_settings.R | 31 ++
tests/testthat/test-solr_stats.r | 110 +++++
vignettes/cores_collections.Rmd | 119 +++++
vignettes/document_management.Rmd | 318 +++++++++++++
vignettes/local_setup.Rmd | 79 ++++
vignettes/search.Rmd | 600 ++++++++++++++++++++++++
176 files changed, 15152 insertions(+)
--
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