s3:utils: Fix 'Usage:' for 'net ads enctypes'
[samba4-gss.git] / source3 / rpc_server / mdssvc / elasticsearch_mappings.json
blob9f68a64925bebaf3ec19aa741775095d0a46bc24
2     "attribute_mappings": {
3         "*": {
4             "type": "fts",
5             "attribute": ""
6         },
7         "kMDItemTextContent": {
8             "type": "str",
9             "attribute": "content"
10         },
11         "_kMDItemGroupId": {
12             "type": "type",
13             "attribute": "file.content_type"
14         },
15         "kMDItemContentType": {
16             "type": "type",
17             "attribute": "file.content_type"
18         },
19         "kMDItemContentTypeTree": {
20             "type": "type",
21             "attribute": "file.content_type"
22         },
23         "kMDItemFSContentChangeDate": {
24             "type": "date",
25             "attribute": "file.last_modified"
26         },
27         "kMDItemFSCreationDate": {
28             "type": "date",
29             "attribute": "file.created"
30         },
31         "kMDItemFSName": {
32             "type": "str",
33             "attribute": "file.filename"
34         },
35         "kMDItemFSOwnerGroupID": {
36             "type": "str",
37             "attribute": "attributes.owner"
38         },
39         "kMDItemFSOwnerUserID": {
40             "type": "str",
41             "attribute": "attributes.group"
42         },
43         "kMDItemFSSize": {
44             "type": "num",
45             "attribute": "file.filesize"
46         },
47         "kMDItemPath": {
48             "type": "str",
49             "attribute": "path.real"
50         },
51         "kMDItemAttributeChangeDate": {
52             "type": "date",
53             "attribute": "file.last_modified"
54         },
55         "kMDItemAuthors": {
56             "type": "str",
57             "attribute": "meta.author"
58         },
59         "kMDItemContentCreationDate": {
60             "type": "date",
61             "attribute": "file.created"
62         },
63         "kMDItemContentModificationDate": {
64             "type": "date",
65             "attribute": "file.last_modified"
66         },
67         "kMDItemCreator": {
68             "type": "str",
69             "attribute": "meta.raw.creator"
70         },
71         "kMDItemDescription": {
72             "type": "str",
73             "attribute": "meta.raw.description"
74         },
75         "kMDItemDisplayName": {
76             "type": "str",
77             "attribute": "file.filename"
78         },
79         "kMDItemDurationSeconds": {
80             "type": "num",
81             "attribute": "meta.raw.xmpDM:duration"
82         },
83         "kMDItemNumberOfPages": {
84             "type": "num",
85             "attribute": "meta.raw.xmpTPg:NPages"
86         },
87         "kMDItemTitle": {
88             "type": "str",
89             "attribute": "meta.title"
90         },
91         "kMDItemAlbum": {
92             "type": "str",
93             "attribute": "meta.raw.xmpDM:album"
94         },
95         "kMDItemBitsPerSample": {
96             "type": "num",
97             "attribute": "meta.raw.tiff:BitsPerSample"
98         },
99         "kMDItemPixelHeight": {
100             "type": "num",
101             "attribute": "meta.raw.Image Height"
102         },
103         "kMDItemPixelWidth": {
104             "type": "num",
105             "attribute": "meta.raw.Image Width"
106         },
107         "kMDItemResolutionHeightDPI": {
108             "type": "num",
109             "attribute": "meta.raw.Y Resolution"
110         },
111         "kMDItemResolutionWidthDPI": {
112             "type": "num",
113             "attribute": "meta.raw.X Resolution"
114         }
115     },
116     "mime_mappings": {
117         "1": "message/rfc822",
118         "2": "text/x-vcard",
119         "6": "text/x-vcard",
120         "7": "video/*",
121         "8": "application/octet-stream",
122         "9": "text/directory",
123         "10": "audio/*",
124         "11": "application/pdf",
125         "12": "application/vnd.oasis.opendocument.presentation",
126         "13": "image/*",
127         "public.content": "message/rfc822 application/pdf application/vnd.oasis.opendocument.presentation image/* text/*",
128         "public.jpeg": "image/jpeg",
129         "public.tiff": "image/tiff",
130         "com.compuserve.gif": "image/gif",
131         "public.png": "image/png",
132         "com.microsoft.bmp": "image/bmp",
133         "public.mp3": "audio/mpeg",
134         "public.mpeg-4-audio": "audio/x-aac",
135         "public.text": "text/*",
136         "public.plain-text": "text/plain",
137         "public.rtf": "text/rtf",
138         "public.html": "text/html",
139         "public.xml": "text/xml",
140         "public.archive": "application/zip application/x-bzip application/x-bzip2 application/x-tar application/x-7z-compressed"
141     }