Manuarii Stein

Results 17 comments of Manuarii Stein

The plugin does not provide native support for Clob object, and I don't know if ElasticSearch itself has a default mapping for this type. When the type is unknown, it...

Just pulled your app, and it started properly. After the mapping process, the plugin wait for the ES instance to get into the "YELLOW" status at least. If it never...

5 mins is definitely too long. For the "in-memory" storage in ES : even with that setting, ES will still need the file system for a few thing, like the...

Ok, it seems to restart the node right after stopping it... weird.

no, I mean that the plugin - or grails - is restarting the ES node just after he stopped it when you stop the app, which it obviously shouldn't (well,...

Yes, that's a nice feature, but I would like, for now at least, to avoid having to store anything about the plugin itself into a client database. In the same...

Hello, yes, the tengen-json parser still has some issue with this syntax it seems. In the meantime, you can use the strict json syntax, ex: ``` name:{$regex:"^John"} name:{$regex:"^john", $options:"i"} "name":{"$regex":"^john",...