SpringDataElasticsearchDevs / spring-data-elasticsearch

Spring Data implementation for ElasticSearch
63 stars 26 forks source link

Added support for varying ID types (int/long) for repositories. #29

Closed henszey closed 11 years ago

henszey commented 11 years ago

Attempted to use an Integer as an ID and got class cast exceptions. Ended up adding support for other primitives.

mohsinh commented 11 years ago

Looks legit ! Thanks :+1: