ec9bcc9665611af4981649f0255e12c25590e43a
[phinde.git] / data / elasticsearch-mapping.json
1 {
2     "mappings": {
3         "document": {
4             "properties": {
5                 "status": {
6                     "type": "string",
7                     "index": "not_analyzed"
8                 },
9                 "type": {
10                     "type": "string",
11                     "index": "not_analyzed"
12                 },
13                 "subtype": {
14                     "type": "string",
15                     "index": "not_analyzed"
16                 },
17                 "mimetype": {
18                     "type": "string",
19                     "index": "not_analyzed"
20                 },
21                 "url": {
22                     "type": "string",
23                     "index": "not_analyzed"
24                 },
25                 "domain": {
26                     "type": "string",
27                     "index": "not_analyzed"
28                 },
29                 "source": {
30                     "type": "string",
31                     "index": "not_analyzed"
32                 },
33                 "language": {
34                     "type": "string",
35                     "index": "not_analyzed"
36                 }
37             }
38         }
39     }
40 }