0
0
Fork 0
bleve/config
Marty Schoch b04745abcc remove smolder indexing scheme
this was an experiment that we're no longer working on
we learned from it, but now carrying it forward has
a maintenance burden we don't wish to pay
2017-03-01 14:38:17 -05:00
..
README.md major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
config.go remove smolder indexing scheme 2017-03-01 14:38:17 -05:00
config_cld2.go renamed detect_lang to detectlang 2017-01-09 16:51:48 +09:00
config_cznicb.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
config_forestdb.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
config_icu.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
config_kagome.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
config_leveldb.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
config_libstemmer.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
config_rocksdb.go nicer formatting of license header 2016-10-02 10:13:14 -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"