0
0
bleve/index
Steve Yen d3dd40d334 upside_down retrieves backindex concurrently with analysis
Start backindex reading concurrently with analysi to try to utilize
more I/O bandwidth.

The analysis time vs indexing time stats tracking are also now "off",
since there's now concurrency between those actiivties.

One tradeoff is that the lock area in upside_down Batch() is increased
as part of this change.
2016-01-10 15:18:28 -08:00
..
firestorm firestorm close kvwriter sooner 2016-01-10 15:18:27 -08:00
store added Close() method to KVBatch interface 2016-01-07 17:54:21 -08:00
upside_down upside_down retrieves backindex concurrently with analysis 2016-01-10 15:18:28 -08:00
analysis.go modify code to reuse buffer for kv generation 2015-10-05 17:49:50 -04:00
field_cache.go fix major synchronization issue in the field_cache 2015-12-15 16:39:38 -05:00
index.go make existing integration tests work with firestorm 2015-12-01 12:29:56 -05:00