blob: 8a47a3ddc33f10b0072bed956365f4c9cba48733 [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
Akrone65a88a2018-04-05 19:14:20 +02005 ['author', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +02006 // ['biblEditionStatement', 'string'], // stored
Akrone65a88a2018-04-05 19:14:20 +02007 ['corpusAuthor', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +02008 // ['corpusEditor', 'string'], // stored
9 ['corpusSigle', 'string'], // string
Akrone65a88a2018-04-05 19:14:20 +020010 ['corpusSubTitle', 'text'] , // text
11 ['corpusTitle', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +020012 ['creationDate', 'date'], // int
Akrone65a88a2018-04-05 19:14:20 +020013 ['docAuthor', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +020014 // ['docEditor', 'string'], // stored
15 ['docSigle', 'string'], // string
Akrone65a88a2018-04-05 19:14:20 +020016 ['docSubTitle', 'text'], // text
17 ['docTitle', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +020018 // ['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
Akrone65a88a2018-04-05 19:14:20 +020029 ['subTitle', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +020030 ['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
Akrone65a88a2018-04-05 19:14:20 +020037 ['title', 'text'] // text
Akron27ae9ec2015-06-23 00:43:21 +020038 ]
39});