blob: 9c7bf4da1bcd5a3df2edab02bfecd1b2deef9032 [file] [log] [blame]
Akron27ae9ec2015-06-23 00:43:21 +02001define(function () {
2 return [
Akron30ee5142015-06-26 01:50:14 +02003 // layerInfo // stored
4 // tokenSource // stored
5 ['author', 'string'], // text
6 // ['biblEditionStatement', 'string'], // stored
7 ['corpusAuthor', 'string'], // text
8 // ['corpusEditor', 'string'], // stored
9 ['corpusSigle', 'string'], // string
10 ['corpusSubTitle', 'string'], // text
11 ['corpusTitle', 'string'], // text
12 ['creationDate', 'date'], // int
13 ['docAuthor', 'string'], // text
14 // ['docEditor', 'string'], // stored
15 ['docSigle', 'string'], // string
16 ['docSubTitle', 'string'], // text
17 ['docTitle', 'string'], // text
18 // ['editor', 'string'], // stored
19 // ['fileEditionStatement', 'string'], // stored
20 ['foundries', 'string'], // keywords
21 ['keywords', 'string'], // keywords
22 ['language', 'string'], // string
23 ['license', 'string'], // string
24 // ['pages', 'string'], // stored
25 ['pubDate', 'date'], // int
26 // ['publisher', 'string'], // stored
Akron57b45be2016-02-22 17:08:58 +010027 ['pubPlace', 'string'], // string
Akron30ee5142015-06-26 01:50:14 +020028 // ['reference', 'string'], // stored
29 ['subTitle', 'string'], // text
30 ['textClass', 'string'], // keyword
31 ['textColumn', 'string'], // string
32 ['textDomain', 'string'], // string
33 ['textSigle', 'string'], // string
34 ['textType', 'string'], // string
35 ['textTypeArt', 'string'], // string
36 ['textTypeRef', 'string'], // string
37 ['title', 'string'] // text
Akron27ae9ec2015-06-23 00:43:21 +020038 ]
39});