0
0

+ comment out the index function for goleveldb

- don't want to make goleveldb the default kv store yet.
This commit is contained in:
indraniel 2015-03-23 12:22:30 -05:00
parent cb50368cdb
commit 8e1c75a1cf

View File

@ -13,7 +13,7 @@ import (
_ "github.com/blevesearch/bleve/index/store/goleveldb"
)
func init() {
// install goleveldb as the default kv store
Config.DefaultKVStore = "goleveldb"
}
// func init() {
// // install goleveldb as the default kv store
// Config.DefaultKVStore = "goleveldb"
// }