Adding upstream version 2.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c71cb8b61d
commit
982828099e
783 changed files with 150650 additions and 0 deletions
11
config/README.md
Normal file
11
config/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue