wip pubsubhubbub
[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                     "boost": 1.5
25                 },
26                 "schemalessUrl": {
27                     "type": "string",
28                     "index": "not_analyzed",
29                     "boost": 1.5
30                 },
31                 "domain": {
32                     "type": "string",
33                     "index": "not_analyzed",
34                     "boost": 1.8
35                 },
36                 "source": {
37                     "type": "string",
38                     "index": "not_analyzed"
39                 },
40                 "language": {
41                     "type": "string",
42                     "index": "not_analyzed"
43                 },
44                 "title": {
45                     "type": "string",
46                     "boost": 2
47                 },
48                 "h1": {
49                     "type": "string",
50                     "boost": 1.8
51                 },
52                 "h2": {
53                     "type": "string",
54                     "boost": 1.7
55                 },
56                 "h3": {
57                     "type": "string",
58                     "boost": 1.6
59                 },
60                 "h4": {
61                     "type": "string",
62                     "boost": 1.5
63                 },
64                 "h5": {
65                     "type": "string",
66                     "boost": 1.4
67                 },
68                 "h6": {
69                     "type": "string",
70                     "boost": 1.3
71                 },
72                 "text": {
73                     "type": "string",
74                     "boost": 1.0
75                 },
76                 "tags": {
77                     "type": "string",
78                     "boost": 1.5
79                 }
80             }
81         }
82     }
83 }