Skip to content

isoos/elastic_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.