This repository was archived by the owner on Dec 2, 2025. It is now read-only.
NEW FEATURES
Search()andSearch_uri()gain new parameterignore_unavailableto determine what happens if an index name does not exist (#273)connect()gains new parameterignore_version. Internally,elasticsometimes checks the Elasticsearch version that the user is connected to to determine what to do. may be useful when it's not possible to check the Elasticsearch version, e.g., when its not possible to ping the root route of the API (#275)- all docs bulk functions gain parameter
digitsthat is passed down tojsonlite::toJSON() used internally. thus,digitswill control the number of decimal digits used in the JSON the package creates to be bulk loaded into Elasticsearch (#279)