blob: 1c019557f0f7651c8073f78b7a142be8be0a0eb3 [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
Akron24787472024-07-04 15:19:26 +02006 ['availability', 'string'], // string
Akron30ee5142015-06-26 01:50:14 +02007 // ['biblEditionStatement', 'string'], // stored
Akrone65a88a2018-04-05 19:14:20 +02008 ['corpusAuthor', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +02009 // ['corpusEditor', 'string'], // stored
10 ['corpusSigle', 'string'], // string
Akrone65a88a2018-04-05 19:14:20 +020011 ['corpusSubTitle', 'text'] , // text
12 ['corpusTitle', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +020013 ['creationDate', 'date'], // int
Akrone65a88a2018-04-05 19:14:20 +020014 ['docAuthor', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +020015 // ['docEditor', 'string'], // stored
16 ['docSigle', 'string'], // string
Akrone65a88a2018-04-05 19:14:20 +020017 ['docSubTitle', 'text'], // text
18 ['docTitle', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +020019 // ['editor', 'string'], // stored
20 // ['fileEditionStatement', 'string'], // stored
21 ['foundries', 'string'], // keywords
22 ['keywords', 'string'], // keywords
23 ['language', 'string'], // string
24 ['license', 'string'], // string
25 // ['pages', 'string'], // stored
26 ['pubDate', 'date'], // int
27 // ['publisher', 'string'], // stored
Akron57b45be2016-02-22 17:08:58 +010028 ['pubPlace', 'string'], // string
Akron30ee5142015-06-26 01:50:14 +020029 // ['reference', 'string'], // stored
Akrone65a88a2018-04-05 19:14:20 +020030 ['subTitle', 'text'], // text
Akron30ee5142015-06-26 01:50:14 +020031 ['textClass', 'string'], // keyword
32 ['textColumn', 'string'], // string
33 ['textDomain', 'string'], // string
34 ['textSigle', 'string'], // string
35 ['textType', 'string'], // string
36 ['textTypeArt', 'string'], // string
37 ['textTypeRef', 'string'], // string
Akrone65a88a2018-04-05 19:14:20 +020038 ['title', 'text'] // text
Akron27ae9ec2015-06-23 00:43:21 +020039 ]
40});