0
0
Fork 0
bleve/config
Marty Schoch 900f1b4a67 major kvstore interface and impl overhaul
clarified the interface contract
2015-09-23 11:25:47 -07:00
..
README.md major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
config_cld2.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config_cznicb.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config_forestdb.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config_icu.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config_kagome.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config_leveldb.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config_libstemmer.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config_rocksdb.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00

README.md

Bleve Config

NOTE you probably do not need this package. It is only intended for general purpose applications that want to include large parts of Bleve regardless of whether or not the code is directly using it.

General Purpose Applications

A general purpose application, that must allow users to express the need for Bleve components at runtime can accomplish this by:

import _ "github.com/blevesearch/bleve/config"