elasticsearchr
elasticsearchr copied to clipboard
Lightweight Elasticsearch client for R.
This enable the capability to bypass cluster healthcheck in deployment where it is restricted
We have an elasticsearch database that contains documents with varying fields. I believe this sometimes can result in bind_rows() failing with an error like 'bind_rows column can't be converted from...
Hi, Why is the below error coming? ``` > elasticsearchr::scroll_search(elastic_rescource, query_json) Error: 'scroll_search' is not an exported object from 'namespace:elasticsearchr' ``` Session Info: ``` > sessionInfo() R version 3.6.3 (2020-02-29)...
how to get more than 10 k result. Is there scroll function here... thanks
We cannot connect to a secure ES. To reproduce: ```bash # get one docker version of ES with active security docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:5.6.16 #...
Prb: cannot see list_fields() results, got NULL everytime. Sol: Change only the path to the result, linked to Elasticsearch 7.4.0
Hi, I am trying to use the functions you listed in [CRAN](https://cran.r-project.org/web/packages/elasticsearchr/vignettes/quick_start.html), everything seems to work pretty fine except the `list_fields()` using `%info%` infix. I tried with the tidyverse `mpg`...
Hi, I'd be very interested in having the support for composite as in https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-composite-aggregation.html I get the error Unknown BaseAggregationBuilder [composite] and it seems that I am not the only...
It would be very useful if the relevance score would be returned, maybe with option to use '?explain' as well.