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
Convert index support to client side ensureIndex / removeIndex #89
Spring support needs ability to manage indexes without change of java class definitions on server.
Indexes.createIndex(Class) needs exposing as Indexes.createIndex(IndexDefinition) where IndexDefinition captures the required index.