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

getIndexName() only doesn't lowercase package names #1

Closed lucaslward closed 13 years ago

lucaslward commented 13 years ago

If you have a packagename such as test.upperCase, getIndexName() on SearchableClassMapping will return 'test.upperCase', which will then blow up in elastic search. I modified it to lowercase everything. Unit tests are also included. Feel free to ignore .gitignore, it was just easier to ignore idea files, and I can't figure out how to get github to do a pull request on just one commit.