Files in ropensci/solrium
General Purpose R Interface to 'Solr'

.Rbuildignore
.github/CONTRIBUTING.md .github/issue_template.md .github/pull_request_template.md
.github/workflows/R-check.yml
.gitignore
.travis.yml
DESCRIPTION
LICENSE
LICENSE.md
Makefile
NAMESPACE
NEWS.md R/SolrClient.R R/add.R R/check_args_helpers.R R/classes.r R/collection_addreplica.R R/collection_addreplicaprop.R R/collection_addrole.R R/collection_balanceshardunique.R R/collection_clusterprop.R R/collection_clusterstatus.R R/collection_create.R R/collection_createalias.R R/collection_createshard.R R/collection_delete.R R/collection_deletealias.R R/collection_deletereplica.R R/collection_deletereplicaprop.R R/collection_deleteshard.R R/collection_exists.R R/collection_list.R R/collection_migrate.R R/collection_overseerstatus.R R/collection_rebalanceleaders.R R/collection_reload.R R/collection_removerole.R R/collection_requeststatus.R R/collection_splitshard.R R/collections.R R/commit.R R/config_get.R R/config_overlay.R R/config_params.R R/config_set.R R/content_types.R R/core_create.R R/core_exists.R R/core_mergeindexes.R R/core_reload.R R/core_rename.R R/core_requeststatus.R R/core_split.R R/core_status.R R/core_swap.R R/core_unload.R R/delete.R R/optimize.R R/parsers.r R/ping.R R/schema.R R/search_route_keys.R R/solr_all.r R/solr_facet.r R/solr_get.R R/solr_group.r R/solr_highlight.r R/solr_json_request.R R/solr_mlt.r R/solr_search.r R/solr_stats.r R/solrium-package.R R/update_atomic_json.R R/update_atomic_xml.R R/update_csv.R R/update_json.R R/update_xml.R R/zzz.r README-not.md README.Rmd README.md
codemeta.json
cran-comments.md
docker-compose.yml
inst/examples/add_delete.json
inst/examples/add_delete.xml
inst/examples/books.csv
inst/examples/books.json
inst/examples/books.xml
inst/examples/books2.json
inst/examples/books2_delete.json
inst/examples/books2_delete.xml
inst/examples/books_delete.json
inst/examples/books_delete.xml
inst/examples/schema.xml
inst/examples/solrconfig.xml
inst/examples/updatecommands_add.json
inst/examples/updatecommands_add.xml
inst/examples/updatecommands_delete.json
inst/examples/updatecommands_delete.xml
inst/ignore/connect.R inst/ignore/core_create_old.R inst/ignore/parsers.r inst/stuff/cores_collections.Rmd inst/stuff/cores_collections.md inst/stuff/document_management.Rmd inst/stuff/document_management.md inst/stuff/local_setup.Rmd inst/stuff/local_setup.md inst/stuff/search.Rmd inst/stuff/search.md man-roxygen/commitcontrol.R man-roxygen/csvcreate.R man-roxygen/facet.r man-roxygen/group.r man-roxygen/high.r man-roxygen/mlt.r man-roxygen/optimizerows.R man-roxygen/search.r man-roxygen/stats.r man-roxygen/update.R man/SolrClient.Rd man/add.Rd man/collapse_pivot_names.Rd man/collection_addreplica.Rd man/collection_addreplicaprop.Rd man/collection_addrole.Rd man/collection_balanceshardunique.Rd man/collection_clusterprop.Rd man/collection_clusterstatus.Rd man/collection_create.Rd man/collection_createalias.Rd man/collection_createshard.Rd man/collection_delete.Rd man/collection_deletealias.Rd man/collection_deletereplica.Rd man/collection_deletereplicaprop.Rd man/collection_deleteshard.Rd man/collection_exists.Rd man/collection_list.Rd man/collection_migrate.Rd man/collection_overseerstatus.Rd man/collection_rebalanceleaders.Rd man/collection_reload.Rd man/collection_removerole.Rd man/collection_requeststatus.Rd man/collection_splitshard.Rd man/collections.Rd man/commit.Rd man/config_get.Rd man/config_overlay.Rd man/config_params.Rd man/config_set.Rd man/core_create.Rd man/core_exists.Rd man/core_mergeindexes.Rd man/core_reload.Rd man/core_rename.Rd man/core_requeststatus.Rd man/core_split.Rd man/core_status.Rd man/core_swap.Rd man/core_unload.Rd man/delete.Rd man/is-sr.Rd man/makemultiargs.Rd man/ping.Rd man/pivot_flatten_tabular.Rd man/schema.Rd man/solr_all.Rd man/solr_facet.Rd man/solr_get.Rd man/solr_group.Rd man/solr_highlight.Rd man/solr_json_request.Rd man/solr_mlt.Rd man/solr_optimize.Rd man/solr_parse.Rd man/solr_search.Rd man/solr_stats.Rd man/solrium-package.Rd man/update_atomic_json.Rd man/update_atomic_xml.Rd man/update_csv.Rd man/update_json.Rd man/update_xml.Rd revdep/README.md revdep/check.R
revdep/checks.rds
revdep/failures.md revdep/problems.md tests/cloud_mode/test-add.R tests/cloud_mode/test-collections.R tests/standard_mode/test-core_create.R tests/test-all.R tests/testthat/helper-solrium.R tests/testthat/test-add.R tests/testthat/test-client.R tests/testthat/test-collections.R tests/testthat/test-core_create.R tests/testthat/test-cursorMark.R tests/testthat/test-delete.R tests/testthat/test-errors.R tests/testthat/test-ping.R tests/testthat/test-schema.R tests/testthat/test-solr_all.R tests/testthat/test-solr_error.R tests/testthat/test-solr_facet.r tests/testthat/test-solr_get.R tests/testthat/test-solr_goup.R tests/testthat/test-solr_highlight.r tests/testthat/test-solr_json_request.R tests/testthat/test-solr_mlt.r tests/testthat/test-solr_search.r tests/testthat/test-solr_stats.r tests/testthat/test-update_atomic_json.R tests/testthat/test-update_atomic_xml.R tests/testthat/test-update_csv.R tests/testthat/test-update_json.R tests/testthat/test-update_xml.R vignettes/cores_collections.Rmd
vignettes/cores_collections.Rmd.og
vignettes/document_management.Rmd
vignettes/document_management.Rmd.og
vignettes/local_setup.Rmd
vignettes/local_setup.Rmd.og
vignettes/search.Rmd
vignettes/search.Rmd.og
ropensci/solrium documentation built on Sept. 12, 2022, 3:01 p.m.