Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ CREATE TABLE IF NOT EXISTS documents (
"offset" BIGINT, -- Byte offset in the file
length BIGINT, -- Length of the compressed record
doc_length INT DEFAULT 0, -- Number of words in the document
title TEXT, -- Page title extracted from HTML
snippet TEXT, -- Short text preview (first ~200 chars)
content_hash VARCHAR(64) -- To detect duplicates
);

Expand Down