Alberto Paro
Alberto Paro
The problem is related to JSON that doesn't provide a date/datetime type. For now my solution is to be coerent in try to put datetime values in ElasticSearch and to...
I've initial made some progress in Mapping from ES in my local repo. I'll hurry up to finish the work. The date/datetime supported formats can also be taken from mapping.
Everyone can plug their custom json encoder/decoder - so if everyone wants use ultrajson can define the new serializer and deserialize it. It's hard to have a good balance between...
I'll add automatically scan to iterator if not order is required.
Good. ElasticSearch 1.3 allows order in scan.
I'll check. Can you gist me the code you use to fire the issue?
Hi, can this PR be merged? Do you need that I add anything?
IMHO, the best solutions is to not remove the annotations. The generator library should not be required to be in the classpath only the annotation declaration is required. About the...
I'm +1 for the changes. I implemented a downloader and I also had to implement these methods to be able to efficiently process the ranges. offset_id is not enought if...
I need to check that all the message from a chat are downloaded. I start from offset 0 to x. I keep track of the downloaded message number. Because messages...