lawremi/rsolr: R to Solr Interface

A comprehensive R API for querying Apache Solr databases. A Solr core is represented as a data frame or list that supports Solr-side filtering, sorting, transformation and aggregation, all through the familiar base R API. Queries are processed lazily, i.e., a query is only sent to the database when the data are required.

Getting started

Package details

AuthorMichael Lawrence, Gabe Becker, Jan Vogel
MaintainerMichael Lawrence <michafla@gene.com>
LicenseApache License (== 2.0)
Version0.0.13
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("lawremi/rsolr")
lawremi/rsolr documentation built on May 28, 2022, 6:17 a.m.