Package: elastic
Title: General Purpose Interface to 'Elasticsearch'
Description: Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java'
    Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' 'API'
    (<https://www.elastic.co/products/elasticsearch>), including functions for
    setting connection details to 'Elasticsearch' instances, loading bulk data,
    searching for documents with both 'HTTP' query variables and 'JSON' based body
    requests. In addition, 'elastic' provides functions for interacting with 'APIs'
    for 'indices', documents, nodes, clusters, an interface to the cat 'API', and
    more.
Version: 0.7.8
License: MIT + file LICENSE
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
    email = "myrmecocystus@gmail.com")
URL: https://github.com/ropensci/elastic
BugReports: https://github.com/ropensci/elastic/issues
VignetteBuilder: knitr
Imports: utils, methods, httr (>= 1.2.1), curl (>= 2.2), jsonlite (>=
        1.1)
Suggests: roxygen2 (>= 5.0.1), testthat, knitr, covr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-11-09 00:06:09 UTC; sacmac
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2016-11-09 18:28:49
