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

Support mapping of java.util.Date as a fuzzy attribute #85

Closed nealeu closed 12 years ago

nealeu commented 12 years ago

This has previously mapped to floatValue for matching.

We could implement a date attribute that supports long and therefore maintains millisecond resolution.

nealeu commented 12 years ago

Implemented as FloatValue for now, as this is what DateAttribute, as used by indexer.gui does, so gives people a comfortable starting point.