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 21 Nov. 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

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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