blevesearch / blevex

Bleve Extensions
47 stars 23 forks source link

add readonly option to rocksdb store #24

Closed tmm1 closed 8 years ago

tmm1 commented 8 years ago

This allows multiple processes to open a rocksdb bleve index in readonly mode at the same time.

mschoch commented 8 years ago

As I mentioned in gitter, I changed "readonly" to "read_only" for consistency with other kv wrappers we support.