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 fuzzy namespace support for fuzzy:embedded-database #28

Closed nealeu closed 13 years ago

nealeu commented 13 years ago

As in

<fuzzy:embedded-database id="store" />

Later can do:

<fuzzy:embedded-database id="store" url="wwmdb:/TravelDataStore" persistence="none" />

Where persistence could be: none, txlog, or full (or even remote)

nealeu commented 13 years ago

Need to think more about this. I think fuzzy:embedded-database would be good parallel with H2 etc support.

nealeu commented 13 years ago

Issue is complete as far as needed for M2, so closing.