0
0
bleve/index
Steve Yen 5094d2d097 optimize moss PrefixIterator
Previously, the PrefixIterator() for moss was implemented by comparing
the prefix bytes on every Next().

With this optimization, the next larger endKeyExclusive is computed at
the iterator's initialization, which allows us to avoid all those
prefix comparisons.
2016-07-21 18:33:34 -07:00
..
store optimize moss PrefixIterator 2016-07-21 18:33:34 -07:00
upside_down optimize termFieldVectorsFromTermVectors when empty 2016-07-21 11:46:14 -07: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 optimize upside_down reader Next() with TermFieldDoc reuse 2016-07-21 11:10:49 -07:00