elastic_client 0.1.11 elastic_client: ^0.1.11 copied to clipboard
Dart bindings for ElasticSearch HTTP API. ElasticSearch is a full-text search engine based on Lucene.
0.1.11 #
- Enabled merging documents with
updateDoc
(#19 by jodinathan).
0.1.10 #
- Updated code to latest Dart style guides.
0.1.8 #
Query.prefix
0.1.7 #
- Handle
'hits': {'total': {'value': 1}}}
in the search response format.
0.1.6 #
- Fix HTTP transport: preserve original uri's relative path segments.
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.