0
0
bleve/index/scorch/segment
Steve Yen db792717a6 scorch zap postingsIter reuses nextLocs/nextSegmentLocs
The previous code would inefficiently throw away the nextLocs and
would also throw away the []segment.Location slice if there were no
locations, such as if it was a 1-hit postings list.

This change tries to reuse the nextLocs/nextSegmentLocs for all cases.
2018-03-26 09:49:44 -07:00
..
mem scorch mem processDocument reuses fieldLens/docMap arrays 2018-03-08 13:04:51 -08:00
zap scorch zap postingsIter reuses nextLocs/nextSegmentLocs 2018-03-26 09:49:44 -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_test.go initial version of scorch which persists index to disk 2017-12-06 18:33:47 -05:00
int.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