0
0
bleve/index/scorch/segment/mem
Sreekanth Sivasankaran 76f827f469 docValue persist changes
docValues are persisted along with the index,
in a columnar fashion per field with variable
sized chunking for quick look up.
-naive chunk level caching is added per field
-data part inside a chunk is snappy compressed
-metaHeader inside the chunk index the dv values
 inside the uncompressed data part
-all the fields are docValue persisted in this iteration
2017-12-28 12:05:33 +05:30
..
build.go docValue persist changes 2017-12-28 12:05:33 +05:30
dict_test.go added dictionary tests to mem segment 2017-12-05 09:49:41 -05:00
dict.go update segment API to return error in key places 2017-12-04 18:06:06 -05:00
posting.go fix up issues to get all bleve unit tests passing for scorch 2017-12-11 15:47:41 -05:00
segment_test.go add test for postings list count method 2017-12-05 13:01:36 -05:00
segment.go docValue persist changes 2017-12-28 12:05:33 +05:30