-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
55 lines (54 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: rsolr
Type: Package
Title: R to Solr Interface
Version: 0.0.13
Author: Michael Lawrence, Gabe Becker, Jan Vogel
Maintainer: Michael Lawrence <[email protected]>
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