diff --git a/src/rcldb/rcldb_p.h b/src/rcldb/rcldb_p.h index 42a23bd4..23db4fcf 100644 --- a/src/rcldb/rcldb_p.h +++ b/src/rcldb/rcldb_p.h @@ -29,8 +29,12 @@ namespace Rcl { // it makes any sense to keep any level of omega compat given that the index // is incompatible anyway. enum value_slot { + // Omega-compatible values: VALUE_LASTMOD = 0, // 4 byte big endian value - seconds since 1970. VALUE_MD5 = 1, // 16 byte MD5 checksum of original document. + VALUE_SIZE = 2, // sortable_serialise() + + // Recoll only: VALUE_SIG = 10 // Doc sig as chosen by app (ex: mtime+size };