Using YAML rather than TSV for index files. Improves both readability and reindexability.
This commit is contained in:
@@ -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-',
|
||||
|
||||
Reference in New Issue
Block a user