0
0
bleve/config
Marty Schoch 6bf9dd59ab BREAKING CHANGE - additional package renaming
i recently learned that package names should also prefer the
singular form, not the plural form
2016-10-01 17:20:59 -04:00
..
config_cellar.go adding config options to use cellar 2016-05-26 17:33:42 -04: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 moving japanese analyzer to blevex package 2016-03-13 18:05:05 -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
config.go BREAKING CHANGE - additional package renaming 2016-10-01 17:20:59 -04:00
README.md major refactor of bleve configuration 2015-09-16 17:10:59 -04:00

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"