0
0
bleve/index/smolder
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
..
analysis_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
analysis.go slight tweak to API to only encode docNum->docNumBytes once 2016-09-11 20:29:16 -04:00
benchmark_all.sh adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_boltdb_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_common_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_cznicb_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_forestdb_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_goleveldb_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_gorocksdb_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_gtreap_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_leveldb_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
benchmark_null_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
dump_test.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
dump.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
field_dict_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
field_dict.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
index_reader.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
reader_test.go make backindex rows more compact, fix bug counting docs on start 2016-09-11 20:29:15 -04:00
reader.go make backindex rows more compact, fix bug counting docs on start 2016-09-11 20:29:15 -04:00
row_merge_test.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
row_merge.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
row_test.go slight tweak to API to only encode docNum->docNumBytes once 2016-09-11 20:29:16 -04:00
row.go slight tweak to API to only encode docNum->docNumBytes once 2016-09-11 20:29:16 -04:00
smolder.pb.go make backindex rows more compact, fix bug counting docs on start 2016-09-11 20:29:15 -04:00
smolder.proto make backindex rows more compact, fix bug counting docs on start 2016-09-11 20:29:15 -04:00
smoldering_test.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
smoldering.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
stats.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00
varint.go adding initial attempt at numeric ids in index 2016-09-11 20:29:15 -04:00