LinkedInAttic / indextank-engine

Indexing engine for IndexTank
http://indextank.com/
Apache License 2.0
844 stars 109 forks source link

making InMemoryStorage an abstract DocumentBinaryStorage #26

Closed dbuthay closed 12 years ago

dbuthay commented 12 years ago

.. and implementing it in-memory ..

This PR separates InMemoryStorage in 2 classes:

Other possible subclasses extending DocumentBinaryStorage would be a krati storage, maybe a BerkeleyDB storage, or even a LevelDB storage.

BTW, I already have a working Krati version based on this branch on dbuthay/indextank-engine@2718a9efbdd8fa225e017d89f36feb8c4fe3458b