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.

Version: 0.0.13
Depends: R (≥ 3.4.0), BiocGenerics (≥ 0.15.1), methods
Imports: restfulr (≥ 0.0.2), graph, S4Vectors (≥ 0.14.3), rjson, XML, RCurl
Suggests: nycflights13, RUnit, MASS, knitr
Published: 2022-05-18
Author: Michael Lawrence, Gabe Becker, Jan Vogel
Maintainer: Michael Lawrence <michafla at gene.com>
License: Apache License (== 2.0)
NeedsCompilation: no
Materials: README
CRAN checks: rsolr results

Documentation:

Reference manual: rsolr.pdf
Vignettes: Introduction to rsolr

Downloads:

Package source: rsolr_0.0.13.tar.gz
Windows binaries: r-devel: rsolr_0.0.13.zip, r-release: rsolr_0.0.13.zip, r-oldrel: rsolr_0.0.13.zip
macOS binaries: r-release (arm64): rsolr_0.0.13.tgz, r-oldrel (arm64): rsolr_0.0.13.tgz, r-release (x86_64): rsolr_0.0.13.tgz
Old sources: rsolr archive

Reverse dependencies:

Reverse suggests: restfulr

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rsolr to link to this page.