Package: rsolr
Type: Package
Title: R to Solr Interface
Version: 0.0.13
Author: Michael Lawrence, Gabe Becker, Jan Vogel
Maintainer: Michael Lawrence <michafla@gene.com>
Description: 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. 
License: Apache License (== 2.0)
VignetteBuilder: knitr
Imports: restfulr (>= 0.0.2), graph, S4Vectors (>= 0.14.3), rjson, XML,
        RCurl
Depends: R (>= 3.4.0), BiocGenerics (>= 0.15.1), methods
Suggests: nycflights13, RUnit, MASS, knitr
Collate: utils.R pminmax.R Context-class.R DocCollection-class.R
        Expression-class.R Facets-class.R FieldInfo-class.R
        FieldType-class.R Promise-class.R SolrExpression-class.R
        SolrQuery-class.R SolrSchema-class.R SolrCore-class.R
        SolrResult-class.R SolrSummary-class.R Solr-class.R
        SolrList-class.R SolrFrame-class.R SolrPromise-class.R
        GroupedSolrFrame-class.R test.R zzz.R
NeedsCompilation: no
Packaged: 2022-05-17 23:32:52 UTC; michafla
Repository: CRAN
Date/Publication: 2022-05-18 07:10:02 UTC
Built: R 4.3.0; ; 2023-04-08 23:10:26 UTC; unix
