elastic
elastic copied to clipboard
Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
Based on the elasticsearch and GeoJSON specification, this PR tries to solve the #939 supporting the follow types : * Circle * Envelope * Linestring * MultiLineString * MultiPoint *...
This patch allow get the buld response status by action. Same result as len(r.Updated()), etc. but more performance (mostly in big bulk request)
**[X] elastic.v6 (for Elasticsearch 6.5.4)** I'm trying to retrieve a document based on the query "match_phrase". The curl request works. I run and the document is retrieved: ``` curl -X...
To be able to batch bulk loads to AWS, you need to keep an eye of the size of the bulk and keep it under the limits AWS sets. While...
Hi and thanks for awesome library u seem missing the `geo shape` query can u add the support for it
We should support multiple index searches with date math index name resolution. However, this does not work if one or more index uses date math resolution. Searches of multiple date...
Fix for #931
Fixes #931
This is off the tail end of the feature request in https://github.com/olivere/elastic/pull/967
Makes it possible to override the decoder and use easyjson effectively with the bulk service ``` type EasyJsonDecoder struct { } func (e *EasyJsonDecoder) Decode(b []byte, t interface{}) error {...