elastic_client 0.2.0 elastic_client: ^0.2.0 copied to clipboard
Dart bindings for ElasticSearch HTTP API. ElasticSearch is a full-text search engine based on Lucene.
Dart bindings for ElasticSearch HTTP API. #
ElasticSearch is a full-text search engine based on Lucene.
Roadmap #
The package's API is expected to change, and feature requests and PRs are welcome.
Please use this issue to discuss new requests for breaking changes.
Planned features:
- More types in the API (instead of the
Map
entries). - Data types should convert to/from JSON.
- Fluent APIs (similar to
IndexRef
). - Cluster-aware transport: round-robin, latency-aware, or routing-aware selection of the target node.