Other packages > Find by keyword >

solrium  

General Purpose R Interface to 'Solr'
View on CRAN: Click here


Download and install solrium package within the R console
Install from CRAN:
install.packages("solrium")

Install from Github:
library("remotes")
install_github("cran/solrium")

Install by package version:
library("remotes")
install_version("solrium", "1.2.0")



Attach the package and use:
library("solrium")
Maintained by
Scott Chamberlain
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-02-10
Latest Update: 2021-05-19
Description:
Provides a set of functions for querying and parsing data from 'Solr' (<https://solr.apache.org/>) 'endpoints' (local and remote), including search, 'faceting', 'highlighting', 'stats', and 'more like this'. In addition, some functionality is included for creating, deleting, and updating documents in a 'Solr' 'database'.
How to cite:
Scott Chamberlain (2016). solrium: General Purpose R Interface to 'Solr'. R package version 1.2.0, https://cran.r-project.org/web/packages/solrium. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:05), 0.3.0 (2016-02-10 09:11), 0.4.0 (2016-10-06 00:52), 1.0.0 (2017-11-02 10:42), 1.0.2 (2018-12-13 07:00), 1.1.0 (2019-10-21 20:10), 1.1.4 (2019-11-02 10:20)
Other packages that cited solrium R package
View solrium citation profile
Other R packages that solrium depends, imports, suggests or enhances
Complete documentation for solrium
Functions, R codes and Examples using the solrium R package
Some associated functions: SolrClient . add . collapse_pivot_names . collection_addreplica . collection_addreplicaprop . collection_addrole . collection_balanceshardunique . collection_clusterprop . collection_clusterstatus . collection_create . collection_createalias . collection_createshard . collection_delete . collection_deletealias . collection_deletereplica . collection_deletereplicaprop . collection_deleteshard . collection_exists . collection_list . collection_migrate . collection_overseerstatus . collection_rebalanceleaders . collection_reload . collection_removerole . collection_requeststatus . collection_splitshard . collections . commit . config_get . config_overlay . config_params . config_set . core_create . core_exists . core_mergeindexes . core_reload . core_rename . core_requeststatus . core_split . core_status . core_swap . core_unload . delete . is-sr . makemultiargs . ping . pivot_flatten_tabular . schema . solr_all . solr_facet . solr_get . solr_group . solr_highlight . solr_json_request . solr_mlt . solr_optimize . solr_parse . solr_search . solr_stats . solrium-package . update_atomic_json . update_atomic_xml . update_csv . update_json . update_xml . 
Some associated R codes: SolrClient.R . add.R . check_args_helpers.R . collection_addreplica.R . collection_addreplicaprop.R . collection_addrole.R . collection_balanceshardunique.R . collection_clusterprop.R . collection_clusterstatus.R . collection_create.R . collection_createalias.R . collection_createshard.R . collection_delete.R . collection_deletealias.R . collection_deletereplica.R . collection_deletereplicaprop.R . collection_deleteshard.R . collection_exists.R . collection_list.R . collection_migrate.R . collection_overseerstatus.R . collection_rebalanceleaders.R . collection_reload.R . collection_removerole.R . collection_requeststatus.R . collection_splitshard.R . collections.R . commit.R . config_get.R . config_overlay.R . config_params.R . config_set.R . content_types.R . core_create.R . core_exists.R . core_mergeindexes.R . core_reload.R . core_rename.R . core_requeststatus.R . core_split.R . core_status.R . core_swap.R . core_unload.R . delete.R . optimize.R . ping.R . schema.R . search_route_keys.R . solr_get.R . solr_json_request.R . solrium-package.R . update_atomic_json.R . update_atomic_xml.R . update_csv.R . update_json.R . update_xml.R .  Full solrium package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  
kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA