0
0
bleve/index
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
..
store BoltDB wrapper nano optimization which makes code a bit prettier too 2015-11-05 00:27:28 +03:00
upside_down row: expose TermFrequencyRow term and freq fields 2015-11-17 17:21:26 +01: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 index: document TermFieldReader interface 2015-10-27 18:53:03 +01:00