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 22 Dec. 2024.
Previous versions and publish date:
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
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  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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