0
0
bleve/index
Patrick Mezard 5d7628ba3b boltdb: fix RangeIterator outside of range seeks
Two issues:
- Seeking before i.start and iterating returned keys before i.start
- Seeking after the store last key did not invalidate the iterator and
  could cause infinite loops.
2015-10-20 19:09:51 +02:00
..
store boltdb: fix RangeIterator outside of range seeks 2015-10-20 19:09:51 +02:00
upside_down fix errcheck issues 2015-10-19 14:27:03 -04:00
analysis.go modify code to reuse buffer for kv generation 2015-10-05 17:49:50 -04:00
field_cache.go refactoring to allow pluggable index encodings 2015-09-02 13:12:08 -04:00
index.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00