This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
document_sets.json
56 lines (49 loc) · 2.03 KB
/
document_sets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"document sets": [
{
"comment": "These are all examples! You should replace the text with your own document sets' metadata",
"index_name": "jeb-bush-emails",
"name": "Jeb Bush's Emails",
"group": "Highlights",
"private?": "FALSE",
"data_type": "email",
"description": "Search a handful of e-mails from Jeb Bush's term as FL governor; released by that state voluntarily during his candidacy for President in 2016. "
},
{
"index_name": "clinton-emails",
"name": "Hillary Clinton's Emails",
"private?": "FALSE",
"group": "Highlights",
"data_type": "blob",
"description": "Search e-mails released by the State Dept. under FOIA. These were printed and OCRed, so we don't have email metadata -- hence the 'blob' datatype instead of 'email' . "
},
{
"index_name": "hypothetical-sensitive-documents",
"name": "Sensitive Documents",
"group": "Irrelevant",
"private?": "TRUE",
"data_type": "blob",
"description": "Documents a source gave us that we don't really want the whole newsroom to know about. (But if someone finds out, it's not the end of the world.)"
},
{
"index_name": "user-files",
"name": "The Files You Just Indexed from user-files/",
"group": "Highlights",
"private?": "FALSE",
"data_type": "blob",
"description": "Documents that you put in the user-files/ folder"
}
],
"sample searches": [
{
"index_name": "clinton-emails",
"description": "Emails containing the phrase \"please clap\"",
"search": ""please%20clap"|||||"
},
{
"index_name": "jeb-bush-emails",
"description": "Emails sent by Jeb Bush",
"search": "||jane.doe%40fakecity.gov|||"
}
]
}