whirlwind-match / fuzzydb

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19 stars 5 forks source link

Implement Spring Data Commons mapping #27

Closed nealeu closed 12 years ago

nealeu commented 13 years ago

See https://github.com/SpringSource/spring-data-commons/blob/master/src/main/resources/changelog.txt and couchdb docs specifically on mapping http://static.springsource.org/spring-data/data-document/docs/1.0.0.M3/reference/html/#mapping-chapter

Sub tasks:

Repository has this common elements to the schema http://www.springframework.org/schema/data/repository/spring-repository.xsd see usage example at http://www.springframework.org/schema/data/mongo/spring-mongo-1.0.xsd

nealeu commented 12 years ago

Completed in M3 release