Expand description
Bit-flag constants stored in the Header::flags field.
Constantsยง
- HAS_
BLOOM_ FILTERS - The index contains per-trigram bloom filters.
- HAS_
CDX_ INDEX - Trigram table uses CDX (Concentrated Delta X) compression.
- HAS_
CONTENT_ HASHES - Per-file content hashes are stored in the file table.
- POSTING_
LISTS_ CHECKSUMMED - Each posting-list chunk carries an
XXHash64checksum. - POSTING_
LISTS_ COMPRESSED - Posting-list data is ZSTD-compressed.