Alberto Paro

Results 18 comments of Alberto Paro

This is not a good idea. The best practise is to have encoder/decoder in the compaign object. ``` case class A(v: Int) object A { implicit val encoder: JsonEncoder[A] =...

In the weekend, I'll port them to circe-derivation.

This issue can be closed.

I suppose that this issue can be close.

I created a flattened field replacer for Elastic flattened field. The project is [here https://github.com/aparo/opendistro-flattened-mapper-plugin](https://github.com/aparo/opendistro-flattened-mapper-plugin) . I tested with two Elastic => Opendistro clusters without issues.

It's very useful to have a copy of ElasticSearch guide in pyes. The sphinx documentation can be rendered as pdf and epub; so it's very useful to be packed and...

I'm quite busy on completing ElasticSeach Cookbook for PacketPub this week. Next week, I'll work on this and many others issues. Sorry for the delay. If you want to go...

I'll migrate to the new 5.x in my spare time. I hope to finish it in February

I'm studying the best way to provide different bulk helpers for the bulk insert operation (TimedBulker, ...) So you'll can implement, your Bulker with your strategy. I'll try to implement...

Yes this is the idea. I like to have some different bulkers for common usages. A timed one (with limit) is very useful to low latency update/inserting tasks.