0
0
bleve/search/collectors
Marty Schoch 3fd2a64872 BREAKING CHANGE - removed DumpXXX() methods from bleve.Index
The DumpXXX() methods were always documented as internal and
unsupported.  However, now they are being removed from the
public top-level API.  They are still available on the internal
IndexReader, which can be accessed using the Advanced() method.

The DocCount() and DumpXXX() methods on the internal index
have moved to the internal index reader, since they logically
operate on a snapshot of an index.
2016-09-13 12:40:01 -04:00
..
bench_test.go improved implementation to address perf regressions 2016-08-25 15:47:07 -04:00
heap.go fixes #416: 2016-09-08 11:40:53 +03:00
list.go refactored data structure out of collector 2016-08-26 10:29:50 -04:00
search_test.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
slice.go remove unneeded code 2016-08-26 17:27:19 -04:00
topn_test.go fix benchmark names to match values used 2016-08-26 18:09:03 -04:00
topn.go refactor FinalizeID into ExternalID and InternalID 2016-09-11 20:29:14 -04:00