aboutsummaryrefslogtreecommitdiff
path: root/backend/data/enwiki/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-03 11:03:25 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-03 11:03:25 +1000
commit811946498edc472d91e5ca8d41a4a0568e0d6e8f (patch)
tree3ec4f0950950bc7b3cff782f4f9c2b13f9b51cb3 /backend/data/enwiki/README.md
parent515e02b9453f7740d7429ad7e11d913e32e5ffdb (diff)
Adjust enwiki dump-index-db and lookup script to include wiki-ids
Diffstat (limited to 'backend/data/enwiki/README.md')
-rw-r--r--backend/data/enwiki/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/data/enwiki/README.md b/backend/data/enwiki/README.md
index cdabf50..c9615ef 100644
--- a/backend/data/enwiki/README.md
+++ b/backend/data/enwiki/README.md
@@ -17,7 +17,9 @@ Generated Files
- dumpIndex.db <br>
Holds data from the enwiki dump index file. Generated by
genDumpIndexDb.py, and used by lookupPage.py to get content for a
- given page title.
+ given page title. <br>
+ Tables: <br>
+ - offsets: title TEXT PRIMARY KEY, id INT UNIQUE, offset INT, next\_offset INT
- enwikiData.db <br>
Holds data obtained from the enwiki dump file, in 'pages',
'redirects', and 'descs' tables. Generated by genData.py, which uses