0
0
bleve/index
Steve Yen 2498ccc913 optimize upside_down reader Next() to reuse TermFrequencyRow
Before this change, upside down's reader would alloc a new
TermFrequencyRow on every Next(), which would be immediately
transformed into an index.TermFieldDoc{}.  This change reuses a
pre-allocated TermFrequencyRow that's a field in the reader.
2016-07-21 11:10:49 -07:00
..
store MB-20101 - moss KV fix Get() of 0-length vals 2016-07-15 14:41:30 -07:00
upside_down optimize upside_down reader Next() to reuse TermFrequencyRow 2016-07-21 11:10:49 -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 Remove the field IDs from outside of the index 2016-07-19 20:42:45 -07:00