temi

Results 7 issues of temi

Hi Nick I am doing a pull request. Please let me know if you got it. Thanks Temi

It seems to me that the contains function is called even when node does not exist. I feel that the contains function should be called only when node exist. do...

1. https://github.com/grails/elasticsearch-grails-plugin/issues/169 2. https://github.com/grails/elasticsearch-grails-plugin/issues/170

### Expected Behavior ``` Class Test { String name static searchable = { name index: "true" } } ``` The above code's mapped ES type should be `keyword`. But the...

### Expected Behavior Bulk indexing medium sized documents of around 20,000 become very slow. MongoDB pagination command becomes slow towards the page end. It degrades ES plugin performance. This is...