elasticsearchr
elasticsearchr copied to clipboard
list_fields() bug fix ES:7.4.0
Prb: cannot see list_fields() results, got NULL everytime. Sol: Change only the path to the result, linked to Elasticsearch 7.4.0
Maybe you could make the logic in process_response conditional on the particular version of ES?
Well, [another repo]{https://github.com/ropensci/elastic} is doing the "all-in-one" package, but managing conditions into code could be problematic and hard to fix since ES has A LOT of versions. My point of view is we could make one specific branch for each version, following the ES versions.