Package: elastic
Title: Database Interface to 'Elasticsearch' and 'OpenSearch'
Description: Connect to 'Elasticsearch' and 'OpenSearch', 'NoSQL'
databases built on the 'Java' Virtual Machine and using the
'Apache' 'Lucene' library. Interacts with the 'Elasticsearch'
'HTTP' API' () and the
'OpenSearch' 'HTTP' 'API' (). Includes
functions for setting connection details to 'Elasticsearch' and
'OpenSearch' 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: 1.2.2.9000
License: MIT + file LICENSE
Authors@R: c(
person(given = "Ralf", family = "Herold", role = c("cre"),
email = "ralf.herold@mailbox.org",
comment = c(ORCID = "0000-0002-8148-6748")),
person("Scott", "Chamberlain", role = c("aut"),
email = "myrmecocystus@gmail.com",
comment = c(ORCID="0000-0003-1444-9135"))
)
URL: https://rfhb.github.io/elastic/,
https://www.elastic.co/docs/solutions/search
BugReports: https://github.com/rfhb/elastic/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Imports: utils, curl (>= 2.2), crul (>= 0.9.0), jsonlite, R6
Suggests: testthat
RoxygenNote: 7.3.3
X-schema.org-applicationCategory: Databases
X-schema.org-keywords: database, Elasticsearch, OpenSearch, Lucene,
HTTP, API, search, NoSQL, Java, JSON, documents
Config/pak/sysreqs: libssl-dev
Repository: https://rfhb.r-universe.dev
Date/Publication: 2026-01-26 06:47:43 UTC
RemoteUrl: https://github.com/rfhb/elastic
RemoteRef: HEAD
RemoteSha: f3713ba9762d22d2f25ff7804dd220f80423eb72
NeedsCompilation: no
Packaged: 2026-07-03 15:43:13 UTC; root
Author: Ralf Herold [cre] (ORCID: ),
Scott Chamberlain [aut] (ORCID:
)
Maintainer: Ralf Herold