0
0
bleve/index
Steve Yen fb8c9a7475 firestorm.Batch() collects [][]IndexRows instead of []IndexRow
Rather than append() all received rows into a flat []IndexRow during
the result gathering loop, this change instead collects the analysis
result rows into a [][]IndexRow, which avoids extra copying.

As part of this, firestorm batchRows() now takes the [][]IndexRow as
its input.
2016-01-02 12:30:47 -08:00
..
firestorm firestorm.Batch() collects [][]IndexRows instead of []IndexRow 2016-01-02 12:30:47 -08:00
store properly handle errors inside metrics kvstore reporting 2015-11-24 12:52:03 -05:00
upside_down fix indexing bug with data coming from arrays 2015-12-21 14:59:32 -05: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