elastic_client 0.1.5 elastic_client: ^0.1.5 copied to clipboard
Dart bindings for ElasticSearch HTTP API. ElasticSearch is a full-text search engine based on Lucene.
0.1.5 #
- Add dynamic
source
param for Client.search() method. This is a replacement for the booleanfetchSource
to allow _source to be a boolean, a string or a list of strings as per the Elasticsearch spec. - Deprecate
fetchSource
param in the Client.search() method. - Support sorting of search results.
0.1.4 #
- Fixed
_mergeHeader
function. - Using
pedantic
analysis options.
0.1.3 #
- Upgrade
http_client
dependency.
0.1.2 #
BasicAuth
option forHttpTransport
.
0.1.1 #
- Support suggest queries.
0.1.0 #
- First public version.