Using YAML rather than TSV for index files. Improves both readability and reindexability.

This commit is contained in:
2018-06-30 03:33:30 +02:00
parent 1c4ec06f68
commit 74e36a6826
9 changed files with 73 additions and 91 deletions

View File

@@ -19,7 +19,7 @@ module.exports = {
index: {
file: '$base/index',
format: 'tsv',
keys: ['postId', 'subreddit', 'postDate', 'postTitle', 'url', 'hostId'],
keys: ['postId', 'subreddit', 'postDate', 'url', 'hostId', 'postTitle'],
},
booleans: {
extracted: 'extracted-',