FoundationDB key-value store implementation for Bleve text indexing library. Currently in development so use with care.
- Install FoundationDB
Dependencies are handled with modules.
Test are currently configured to use FoundationDB 6.0.X. During tests there are 2 folders created and removed at the end of the tests. To prevent deletion of those folders a flag -cleanup=false can be used (see example below).
- index which uses FoundationDB at a root level creates a folder roottest.bleve in the tests folder
- index which uses FoundationDB with a subspace creates a folder subtest.bleve in the tests folder
go test
or
go test -cleanup=false