0
0
bleve/index/store/boltdb
Patrick Mezard 9d5407be13 boltdb: add "nosync" option to force boltdb.DB.NoSync=true
Use this option when rebuilding indexes from scratch. In my small case
(~17000 json documents), it reduces indexing from 520s to 250s.

I did not add any test, short of forced indexing termination it only
has performance effects, which are hard to test. And unknown options are
currently ignored.

Issue #240
2015-10-03 14:26:48 +02:00
..
iterator.go major improvements to index row encoding 2015-04-03 16:50:48 -04:00
reader.go major improvements to index row encoding 2015-04-03 16:50:48 -04:00
store_test.go put in hack to allow boltdb reader isolation test to pass 2015-05-21 11:39:59 -04:00
store.go boltdb: add "nosync" option to force boltdb.DB.NoSync=true 2015-10-03 14:26:48 +02:00
writer.go fix batch indexing bug, incremented docCount before commit 2015-06-08 14:14:05 -04:00