0
0
bleve/index
Steve Yen b241242465 firestorm.Analyze() preallocs rows, with analyzeField() func
The new analyzeField() helper func is used for both regular fields and
for composite fields.

With this change, all analysis is done up front, for both regular
fields and composite fields.

After analysis, this change counts up all the row capacity needed and
extends the AnalysisResult.Rows in one shot, as opposed to the
previous approach of dynamically growing the array as needed during
append()'s.

Also, in this change, the TermFreqRow for _id is added first, which
seems more correct.
2016-01-02 12:21:25 -08:00
..
firestorm firestorm.Analyze() preallocs rows, with analyzeField() func 2016-01-02 12:21:25 -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