0
0
bleve/utils
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
..
bleve_bulkindex update utils for new bleve config 2015-09-16 17:18:46 -04:00
bleve_create update utils for new bleve config 2015-09-16 17:18:46 -04:00
bleve_dump BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
bleve_index rearrange code to avoid global variable rv 2015-10-16 13:10:43 -04:00
bleve_query more enhancements to bleve_query 2015-12-16 14:52:33 -05:00
bleve_registry remove unused code 2016-08-31 13:52:02 -04:00