Other packages > Find by keyword >

elastic  

Database Interface to 'Elasticsearch' and 'OpenSearch'
View on CRAN: Click here


Download and install elastic package within the R console
Install from CRAN:
install.packages("elastic")

Install from Github:
library("remotes")
install_github("cran/elastic")

Install by package version:
library("remotes")
install_version("elastic", "1.2.2")



Attach the package and use:
library("elastic")
Maintained by
Scott Chamberlain
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-01-29
Latest Update: 2021-03-16
Description:
Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java' Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' API (), 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 API's for 'indices', documents, nodes, clusters, an interface to the cat API, and more.
How to cite:
Scott Chamberlain (2015). elastic: Database Interface to 'Elasticsearch' and 'OpenSearch'. R package version 1.2.2, https://cran.r-project.org/web/packages/elastic. Accessed 29 Jun. 2026.
Previous versions and publish date:
0.3.0 (2015-01-29 18:08), 0.4.0 (2015-05-01 09:28), 0.5.0 (2015-07-03 00:20), 0.6.0 (2016-01-07 17:35), 0.7.0 (2016-07-25 10:23), 0.7.2 (2016-08-03 10:09), 0.7.4 (2016-08-18 00:07), 0.7.6 (2016-08-25 10:00), 0.7.8 (2016-11-09 18:28), 0.8.0 (2017-09-14 13:54), 0.8.4 (2018-06-26 07:50), 1.0.0 (2019-04-11 06:35), 1.1.0 (2020-01-11 06:30), 1.2.0 (2021-03-16 23:10)
Other packages that cited elastic R package
View elastic citation profile
Other R packages that elastic depends, imports, suggests or enhances
Complete documentation for elastic
Functions, R codes and Examples using the elastic R package
Some associated functions: Search . Search_template . Search_uri . alias . cat . cluster . connect . count . docs_bulk . docs_bulk_create . docs_bulk_delete . docs_bulk_index . docs_bulk_prep . docs_bulk_update . docs_create . docs_delete . docs_delete_by_query . docs_get . docs_mget . docs_update . docs_update_by_query . documents . elastic-defunct . elastic . es_parse . explain . field_caps . field_stats . fielddata . index_status-defunct . index_template . indices . info-defunct . ingest . mapping . mapping_delete-defunct . mlt-defunct . msearch . mtermvectors . nodes-defunct . nodes . percolate . ping . preference . reindex . scroll . search_body . search_shards . searchapis . tasks . termvectors . tokenizer_set . type_remover . units-distance . units-time . validate . 
Some associated R codes: Elasticsearch.R . Search_uri.R . alias.R . bulk_ci_generator.R . bulk_df_fun_generator.R . cluster.R . defunct.R . docs_bulk_create.R . docs_bulk_delete.R . docs_bulk_index.R . docs_bulk_prep.R . docs_bulk_update.R . docs_bulk_utils.R . docs_create.R . docs_delete.R . docs_delete_by_query.R . docs_update.R . docs_update_by_query.R . documents.R . explain.R . field_caps.R . field_stats.R . fielddata.R . globals.R . helpdocs.R . httr-verbs.R . index.R . index_templates.R . ingest.R . mapping.R . msearch.R . mtermvectors.R . nodes.R . percolater.R . preference.R . reindex.R . scroll-http.R . scroll.R . search_body.R . search_shards.R . search_template.R . searchapis.R . tasks.R . termvectors.R . tokenizer_set.R . type_remover.R . validate.R .  Full elastic package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

SurvDisc  
Discrete Time Survival and Longitudinal Data Analysis
Various functions for discrete time survival analysis and longitudinal analysis. SIMEX method for co ...
Download / Learn more Package Citations See dependency  
mappoly  
Genetic Linkage Maps in Autopolyploids
Construction of genetic maps in autopolyploid full-sib populations. Uses pairwise recombination fra ...
Download / Learn more Package Citations See dependency  
ollg  
Computes some Measures of OLL-G Family of Distributions
Computes the pdf, cdf, quantile function, hazard function and generating random numbers for Odd log- ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
cogmapr  
Cognitive Mapping Tools Based on Coding of Textual Sources
Functions for building cognitive maps based on qualitative data. Inputs are textual sources (article ...
Download / Learn more Package Citations See dependency  
sprintr  
Sparse Reluctant Interaction Modeling
An implementation of a computationally efficient method to fit large-scale interaction models based ...
Download / Learn more Package Citations See dependency  
Maintainer: Guo Yu (view profile)

27,653

R Packages

236,180

Dependencies

73,487

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA