elastigo
elastigo copied to clipboard
A Go (golang) based Elasticsearch client library.
It would be nice if there was an option for lenient queries without having to do custom json. http://www.elastic.co/guide/en/elasticsearch/reference/1.x/query-dsl-query-string-query.html Search for `lenient` > lenient - If set to true will...
I've been trying to use the bulk indexer in an app we're writing, and we're finding that we need to be more intelligent about error handling. For instance, in our...
Getting this error when trying to reuse connection from another go procedure: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x0 pc=0x12c8bf] goroutine 50...
I am using Elastigo in a project and its working great so far, thanks! But since I am trying to divide the load between multiple data nodes it would be...
Sorry to bother but I'm trying to use PutMapping but it needs both an instance annotated for json and elastic, and a Mappings Options. Can't it be that you need...
elasticsearch itself supports three methods, http, tcp and node way; elasticgo it supports tcp protocol access elasticsearch it?
looked in to the code, couldn't find a way. Did I miss it ?
Is there any way to update settings within [the indices module](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-indices.html)? I am trying to update the `indices.store.throttle.type` setting: ``` r, err := c.UpdateSetting(map[string]interface{}{"indices.store.throttle.type": "none"}) ``` There is no error,...
It is a great lib. Can it support multi search? see more info below. https://www.elastic.co/guide/en/elasticsearch/reference/1.6/search-multi-search.html Thank you.
when i run example code. undefined reflect