0
0
bleve/index/upside_down
Patrick Mezard e85c9c542e row: expose TermFrequencyRow term and freq fields
Rows content is an implementation detail of bleve index and may change
in the future. That said, they also contains information valuable to
assess the quality of the index or understand its performances. So, as
long as we agree that type asserting rows should only be done if you
know what you are doing and are ready to deal with future changes, I see
no reason to hide the row fields from external packages.

Fix #268
2015-11-17 17:21:26 +01:00
..
analysis_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
analysis.go refactoring to allow pluggable index encodings 2015-09-02 13:12:08 -04:00
benchmark_all.sh refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
benchmark_boltdb_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
benchmark_common_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
benchmark_cznicb_test.go major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
benchmark_forestdb_test.go fix benchmarks for the x kvstores 2015-10-09 11:09:42 -04:00
benchmark_goleveldb_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
benchmark_gorocksdb_test.go fix benchmarks for the x kvstores 2015-10-09 11:09:42 -04:00
benchmark_gtreap_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
benchmark_leveldb_test.go fix benchmarks for the x kvstores 2015-10-09 11:09:42 -04:00
benchmark_null_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
dump_test.go fix errcheck issues 2015-10-19 14:27:03 -04:00
dump.go fix dump methods to properly copy keys and values 2015-10-28 12:06:44 -04:00
field_dict_test.go fix errcheck issues 2015-10-19 14:27:03 -04:00
field_dict.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
index_reader.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
reader_test.go fix errcheck issues 2015-10-19 14:27:03 -04:00
reader.go copy relevant k/v pairs before advancing underlying iterator 2015-10-28 12:23:54 -04:00
row_merge_test.go fix row merging bug 2015-05-06 11:00:04 -04:00
row_merge.go fix row merging bug 2015-05-06 11:00:04 -04:00
row_test.go move literals outside loop for more predicatble test results 2015-10-12 18:06:38 -07:00
row.go row: expose TermFrequencyRow term and freq fields 2015-11-17 17:21:26 +01:00
stats.go added support for tracking index stats and exposing via expvar 2014-10-02 11:12:49 -07:00
upside_down_test.go fix panic on insufficiently sized buffer 2015-10-30 18:25:38 -04:00
upside_down.go fix panic on insufficiently sized buffer 2015-10-30 18:25:38 -04:00
upside_down.pb.go faster protobufs with gogo 2015-08-12 13:18:23 -04:00
upside_down.proto major change to fields 2014-08-19 08:58:26 -04:00