0
0
bleve/index
Marty Schoch da794d3762 fix bug introduced by reuse of TermFrequencyRow values
in a recent commit, we changed the code to reuse
TermFrequencyRow objects intsead of constantly allocating new
ones.  unfortunately, one of the original methods was not coded
with this reuse in mind, and a lazy initialization cause us to
leak data from previous uses of the same object.

in particular this caused term vector information from previous
hits to still be applied to subsequent hits.  eventually this
causes the highlighter to try and highlight invalid regions
of a slice.

fixes #404
2016-08-05 08:33:04 -04:00
..
store optimize moss PrefixIterator 2016-07-21 18:33:34 -07:00
upside_down fix bug introduced by reuse of TermFrequencyRow values 2016-08-05 08:33:04 -04: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 Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00