mstein / elasticsearch-grails-plugin

ElasticSearch grails plugin
Based on Graeme Rocher initial stub. Note that it is still in early stage.
Other
62 stars 164 forks source link

Fix DomainDynamicMethodsUtils to use index name from SearchableClassMapping #63

Closed verglor closed 11 years ago

verglor commented 11 years ago

Currently it is hardcoded to use package name as index name so when custom index name is configured it is ignored by domain dynamic methods.