Akron | 27ae9ec | 2015-06-23 00:43:21 +0200 | [diff] [blame] | 1 | define(function () { |
| 2 | return [ |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 3 | // layerInfo // stored |
| 4 | // tokenSource // stored |
Akron | e65a88a | 2018-04-05 19:14:20 +0200 | [diff] [blame] | 5 | ['author', 'text'], // text |
Akron | 2478747 | 2024-07-04 15:19:26 +0200 | [diff] [blame^] | 6 | ['availability', 'string'], // string |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 7 | // ['biblEditionStatement', 'string'], // stored |
Akron | e65a88a | 2018-04-05 19:14:20 +0200 | [diff] [blame] | 8 | ['corpusAuthor', 'text'], // text |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 9 | // ['corpusEditor', 'string'], // stored |
| 10 | ['corpusSigle', 'string'], // string |
Akron | e65a88a | 2018-04-05 19:14:20 +0200 | [diff] [blame] | 11 | ['corpusSubTitle', 'text'] , // text |
| 12 | ['corpusTitle', 'text'], // text |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 13 | ['creationDate', 'date'], // int |
Akron | e65a88a | 2018-04-05 19:14:20 +0200 | [diff] [blame] | 14 | ['docAuthor', 'text'], // text |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 15 | // ['docEditor', 'string'], // stored |
| 16 | ['docSigle', 'string'], // string |
Akron | e65a88a | 2018-04-05 19:14:20 +0200 | [diff] [blame] | 17 | ['docSubTitle', 'text'], // text |
| 18 | ['docTitle', 'text'], // text |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 19 | // ['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 |
Akron | 57b45be | 2016-02-22 17:08:58 +0100 | [diff] [blame] | 28 | ['pubPlace', 'string'], // string |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 29 | // ['reference', 'string'], // stored |
Akron | e65a88a | 2018-04-05 19:14:20 +0200 | [diff] [blame] | 30 | ['subTitle', 'text'], // text |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 31 | ['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 |
Akron | e65a88a | 2018-04-05 19:14:20 +0200 | [diff] [blame] | 38 | ['title', 'text'] // text |
Akron | 27ae9ec | 2015-06-23 00:43:21 +0200 | [diff] [blame] | 39 | ] |
| 40 | }); |