Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 991 Bytes

readme.md

File metadata and controls

31 lines (23 loc) · 991 Bytes

BleveFDB

FoundationDB key-value store implementation for Bleve text indexing library. Currently in development so use with care.

Prerequisites

Package dependencies

  • FoundationDB GO bindings git
  • Bleve git

Dependencies are handled with modules.

Tests

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).

  1. index which uses FoundationDB at a root level creates a folder roottest.bleve in the tests folder
  2. index which uses FoundationDB with a subspace creates a folder subtest.bleve in the tests folder
go test
or
go test -cleanup=false