0
0
bleve/index
Steve Yen a29dd25a48 upside_down dict row value size accounts for large uvarint's
This is somewhat unlikely, but if a term is (incredibly) popular, its
uvarint count value representation might go beyond 8 bytes.

Some KVStore implementations (like forestdb) provide a BatchEx cgo
optimization that depends on proper preallocated counting, so this
change provides a proper worst-case estimate based on the max-unvarint
of 10 bytes instead of the previously incorrect 8 bytes.
2016-02-22 11:52:51 -08:00
..
firestorm add missing build tag guarding cznicb benchmark 2016-02-09 15:57:35 -05:00
store index/store/moss uses AllocMerge() instead of Merge() 2016-02-22 11:48:02 -08:00
upside_down upside_down dict row value size accounts for large uvarint's 2016-02-22 11:52:51 -08: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 fix accessing store via Advanced() method which was broken 2016-02-02 11:54:18 -05:00