summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-05-31 12:20:57 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-05-31 12:20:57 +0000
commit6a22a3c9151516f9980fbb462825d1be26680b51 (patch)
tree8d36d2c0053648b802e2abc36da3c7fab52dd398 /searchlib
parentac9ce523d04f9be6220e749b6cebf63e7024bb6b (diff)
Add class comment.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/diskindex/zcbuf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/diskindex/zcbuf.h b/searchlib/src/vespa/searchlib/diskindex/zcbuf.h
index e73b55c2333..71bc5970cc7 100644
--- a/searchlib/src/vespa/searchlib/diskindex/zcbuf.h
+++ b/searchlib/src/vespa/searchlib/diskindex/zcbuf.h
@@ -7,6 +7,10 @@
namespace search::diskindex {
+/*
+ * Class containing Zc-encoded data in a memory buffer, typically
+ * docid deltas and skip information for posting lists.
+ */
class ZcBuf
{
public: