0
0
Fork 0
bleve/index/scorch/segment
Steve Yen 2f4d3d8587 scorch zap panic if mergeFields() sees unsorted fields
mergeFields depends on the fields from the various segments being
sorted for the fieldsSame comparison to work.

Of note, the 'fieldi > 1' guard skips the 0th field, which should
always be the '_id' field.
2018-03-20 11:17:46 -07:00
..
mem scorch mem processDocument reuses fieldLens/docMap arrays 2018-03-08 13:04:51 -08:00
zap scorch zap panic if mergeFields() sees unsorted fields 2018-03-20 11:17:46 -07:00
empty.go MB-28162: Provide API to estimate memory needed to run a search query 2018-03-06 13:53:42 -08:00
int.go initial version of scorch which persists index to disk 2017-12-06 18:33:47 -05:00
int_test.go initial version of scorch which persists index to disk 2017-12-06 18:33:47 -05:00
segment.go MB-28162: Provide API to estimate memory needed to run a search query 2018-03-06 13:53:42 -08:00