Mikhail Balabin

Results 7 comments of Mikhail Balabin

This aggregation is already implemented (https://github.com/olivere/elastic/commit/66f7ce23e02b9cc04191ddfc7e1390df805cfcc4)

@bestgopher Please check documentation in https://golang.org/pkg/net/url/#URL. In fact, "123456" from your example is parsed as a relative path without host or scheme. Technically, it is a valid URL. Of course,...

This aggregation is already implemented (https://github.com/olivere/elastic/commit/8ecadd25cf718ca8074917558507534a9a1f362a)

Hi, could you please give more details about your case? What is ueDbInstance? Ideally, a minumal test case - it will help greatly.

Also, what build type (release, debug, etc) and compiler do you use?

Compilation options are pretty standard. I never tried -ggdb3, though, only -ggdb (which is equivalent to -ggdb2). You can try to switch to -ggdb, but it is unlikely that it...