equal
deleted
inserted
replaced
1 { |
|
2 "WfNewsEvent": { |
|
3 "properties": { |
|
4 "title": { |
|
5 "type": "object", |
|
6 "properties": { |
|
7 "en": { |
|
8 "type": "string" |
|
9 }, |
|
10 "fr": { |
|
11 "type": "string", |
|
12 "analyzer": "french", |
|
13 "search_analyzer": "french_search" |
|
14 } |
|
15 } |
|
16 }, |
|
17 "short_name": { |
|
18 "type": "object", |
|
19 "properties": { |
|
20 "en": { |
|
21 "type": "string" |
|
22 }, |
|
23 "fr": { |
|
24 "type": "string", |
|
25 "analyzer": "french", |
|
26 "search_analyzer": "french_search" |
|
27 } |
|
28 } |
|
29 }, |
|
30 "description": { |
|
31 "type": "object", |
|
32 "properties": { |
|
33 "en": { |
|
34 "type": "string" |
|
35 }, |
|
36 "fr": { |
|
37 "type": "string", |
|
38 "analyzer": "french", |
|
39 "search_analyzer": "french_search" |
|
40 } |
|
41 } |
|
42 }, |
|
43 "body": { |
|
44 "type": "object", |
|
45 "properties": { |
|
46 "en": { |
|
47 "type": "string" |
|
48 }, |
|
49 "fr": { |
|
50 "type": "string", |
|
51 "analyzer": "french", |
|
52 "search_analyzer": "french_search" |
|
53 } |
|
54 } |
|
55 }, |
|
56 "workflow": { |
|
57 "type": "object", |
|
58 "properties": { |
|
59 "name": { |
|
60 "type": "string" |
|
61 }, |
|
62 "date": { |
|
63 "type": "date" |
|
64 }, |
|
65 "status": { |
|
66 "type": "keyword" |
|
67 } |
|
68 } |
|
69 }, |
|
70 "extfile": { |
|
71 "type": "object", |
|
72 "properties": { |
|
73 "title": { |
|
74 "type": "object", |
|
75 "properties": { |
|
76 "en": { |
|
77 "type": "string" |
|
78 }, |
|
79 "fr": { |
|
80 "type": "string", |
|
81 "analyzer": "french", |
|
82 "search_analyzer": "french_search" |
|
83 } |
|
84 } |
|
85 }, |
|
86 "description": { |
|
87 "type": "object", |
|
88 "properties": { |
|
89 "en": { |
|
90 "type": "string" |
|
91 }, |
|
92 "fr": { |
|
93 "type": "string", |
|
94 "analyzer": "french", |
|
95 "search_analyzer": "french_search" |
|
96 } |
|
97 } |
|
98 } |
|
99 } |
|
100 }, |
|
101 "gallery": { |
|
102 "type": "object", |
|
103 "properties": { |
|
104 "title": { |
|
105 "type": "object", |
|
106 "properties": { |
|
107 "en": { |
|
108 "type": "string" |
|
109 }, |
|
110 "fr": { |
|
111 "type": "string", |
|
112 "analyzer": "french", |
|
113 "search_analyzer": "french_search" |
|
114 } |
|
115 } |
|
116 }, |
|
117 "description": { |
|
118 "type": "object", |
|
119 "properties": { |
|
120 "en": { |
|
121 "type": "string" |
|
122 }, |
|
123 "fr": { |
|
124 "type": "string", |
|
125 "analyzer": "french", |
|
126 "search_analyzer": "french_search" |
|
127 } |
|
128 } |
|
129 } |
|
130 } |
|
131 }, |
|
132 "location": { |
|
133 "type": "object", |
|
134 "properties": { |
|
135 "coords": { |
|
136 "type": "geo_point" |
|
137 } |
|
138 } |
|
139 }, |
|
140 "themes": { |
|
141 "type": "object" |
|
142 } |
|
143 } |
|
144 } |
|
145 } |
|