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

Convert index support to client side ensureIndex / removeIndex #89

Open nealeu opened 12 years ago

nealeu commented 12 years ago

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.